Remove Image Border Fresh & Clean Theme
-
Hello- I am trying to find a code that will work with Fresh and Clean theme to remove image borders. I’ve searched this topic and tried using this code below:
.hentry img, body.attachment .navigation img {
background: inherit;
border: none;
}But not having success with it in the Fresh & Clean theme. I do have Custom CSS- the blog is joshuatreetables.com. Just want to remove the light grayish outline that is around my photo’s- or make it white so it doesn’t appear on page. Would appreciate any help or suggestions. Thank you very much!
The blog I need help with is: (visible only to logged in users)
-
CSS is theme specific, so if the code you found was not for your particular theme the likelihood of it working is slim. Since your site is private, I cannot see it and I don’t see any borders on images on the demo site.
-
If I had read a little more carefully I would have seen you were talking about the shadow. Add the following to your CSS.
.entry-thumbnail img { box-shadow: none; }
- The topic ‘Remove Image Border Fresh & Clean Theme’ is closed to new replies.