Image Border Help
-
Hi! I am using the Lovecraft theme. How do I remove the gray border on images I use on a webpage?
The blog I need help with is: (visible only to logged in users)
-
Hi covenantfburg!
Are you referring to the images on the Sermons page?
If yes, then you can use this css to remove the border around the images. Just note that this css will only apply to that page.
.post-172 img { border: 0; }If you would like it to do it on all your pages you can use this css,
.entry-content img { border: 0; } -
I used the css for all pages—pasted it into the built-in CSS editor. And it works great! Thanks
- The topic ‘Image Border Help’ is closed to new replies.