How can I remove the borders that appear around all of the images on my current
-
I love my layout, I just need help removing the borders that automatically appear around all of the images on my blog.
The blog I need help with is: (visible only to logged in users)
-
Hello there!
In order to remove those image borders site-wide, you would have to adjust the CSS code of your Theme. In order to do that, you’d need Custom Design upgrade:
en.support.wordpress.com/custom-design/
If you decide to add that upgrade or just take it for a test drive, click on Appearance → Customize. And in the blue sidebar, click CSS. Paste the following code into the CSS editor:
img[class*=”align”], img[class*=”wp-image-“], #content .gallery .gallery-icon img {
border: none;
}Best of luck with your site!
- The topic ‘How can I remove the borders that appear around all of the images on my current’ is closed to new replies.