remove borders from pics
-
Hi! How do I remove an image border? I m using the theme manifesto and it displays all images with a gray border.
I ve been adding the following CSS to the CSS customization pane:
img {
border-style: none;
}and it just not apply the commands.
The blog I need help with is centrolamat.org
The blog I need help with is: (visible only to logged in users)
-
To remove the gray border from images in posts on the Manifest theme, add the following to your Appearance → Custom Design → CSS editor:
.hentry img {
border: none;
}From: https://en.forums.wordpress.com/topic/remove-photo-border-manifest?replies=3#post-1105012
- The topic ‘remove borders from pics’ is closed to new replies.