Removing the gray border in my images
-
Hi
can you tell me how to remove all grey borders around the images in my posts please?
We will be upgrading CSS package soon.
We are using theme Mixfolio.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Click the image then you can see the edit button on your upper left. And click ‘Advanced’ to find border size and and set it to 0 explicitly.
-
Thank you, is there a way to remove the grey border for all my posts? otherwise I’m going to have to manually do this for every blog post I do?
Thanks!
Kamen -
I haven’t tried this before but please check this out.
http://wordpress.org/support/topic/how-to-remove-border-around-post-images -
I found that you removed borders around images in the Mixfolio theme using the following CSS:
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img { border: 0; padding:0; margin:0 }Nice work!
- The topic ‘Removing the gray border in my images’ is closed to new replies.