How can I remove the gray border around my images in Forever Theme??
The blog I need help with is laurenkirkbridephotography.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 gray border around my images in Forever Theme??
The blog I need help with is laurenkirkbridephotography.com.
To remove borders from images in the Forever theme, add this to your Appearance → Custom Design → CSS editor:
#masthead img,
#featured-content img,
#recent-content img,
.entry-content img,
.entry-thumb img,
.comment-content img,
.widget img {
border: none;
}
Thank you so much!
This topic has been closed to new replies.