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 elfcosmeticsblog.co.uk.
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
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 elfcosmeticsblog.co.uk.
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!
This topic has been closed to new replies.