I like this theme EXCEPT for the borders around all the photos. I just got the CSS custom upgrade. How can I remove the borders?
I'm really new to this, obviously. Thanks for your help.
The blog I need help with is cecimadden.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
I like this theme EXCEPT for the borders around all the photos. I just got the CSS custom upgrade. How can I remove the borders?
I'm really new to this, obviously. Thanks for your help.
The blog I need help with is cecimadden.com.
I'll flag this thread so it gets move to the CSS Forum for you. I also searched and located this for you > http://en.forums.wordpress.com/topic/image-borders-2?replies=2
To remove the border from around photos in the Clean Home theme, add this to your Appearance → Custom Design → CSS page:
.hentry img, body.attachment .navigation img {
background: inherit;
border: none;
}
To also remove the background color for images with captions, add this:
.hentry .wp-caption {
background: inherit;
border: none;
}
This topic has been closed to new replies.