Remove border from image
-
Hi, I have a premium theme but I cannot find where to edit the css (in the Customize) to remove the border from uploaded images.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
I see that you’ve already added this Custom CSS for your site:
.hentry img, .entry-content img, .widget img, .wp-caption { border: 0; }That removed the lined border around the image. If you’d also like to remove the light gray color around the image, you can change that CSS to this:
.hentry img, .entry-content img, .widget img, .wp-caption { border: 0; background: none; }I hope this helps! If you have other CSS questions, you can also get help and find answers in the CSS Customization forum — the folks there are able to help with more advanced CSS issues. :) Please let me know if you have any questions about that!
-
That did it beautifully! Thank you so much Rachel.
Vanessa TranvanessaWebsite | Facebook | Twitter | LinkedIn | Discover YOUR Best Body
- The topic ‘Remove border from image’ is closed to new replies.