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 raiaajihil.com.
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! 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 raiaajihil.com.
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;
}
That worked perfectly! Thank you, and happy new year to you! :)
This topic has been closed to new replies.