Removing Image Boarders
-
Does anyone know how to remove the image boarders on photos in posts? In the past, I was able to edit the photo in WordPress and type in “0” in the Boarder selection. That option is now there anymore.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
The following CSS removes the borders for images *inside* of posts:
.entry-content img { border-width: 0; }If you also want to remove borders from thumbnail images (plenty of those on the homepage), you can add this:
.featuredpage img, .featuredpost img, .post-image, .ui-tabs img { border-width: 0; }
- The topic ‘Removing Image Boarders’ is closed to new replies.