How can i remove the border around my pictures?
and the two lines going across my website?
thanks in advance
The blog I need help with is nikkkydottcom.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
How can i remove the border around my pictures?
and the two lines going across my website?
thanks in advance
The blog I need help with is nikkkydottcom.wordpress.com.
I searched for you. Does this help?
http://en.forums.wordpress.com/topic/delete-photo-border-from-chunk-theme-css?replies=4#post-714030
and the two lines going across my website?
To remove the border below the menu:
.full-column {
border-bottom: none;
}
To remove the border above each post and above pages:
.center-column .hentry,
.center-column .page {
border-top: none;
}
To remove the border above categories:
.post-meta-data {
border-top: none;
}
This topic has been closed to new replies.