Remove Photo Border (Manifest)
-
Hi! I want to remove the thin grey border around the photos that I post on my blog. How do I do this? Thanks for your help.
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; } -
- The topic ‘Remove Photo Border (Manifest)’ is closed to new replies.