Images with lines around them on homepage
-
How do I delete lines which appear around each image I uploaded to my homepage?
The blog I need help with is: (visible only to logged in users)
-
So with the Misty Lake Theme, you aren’t able to remove the border.
If you have upgraded to the premium plan you would be able access the CSS and remove the borders. If you have upgraded, the code you would have to remove is:
.entry-content img { border: 4px double rgba( 0, 0, 0, 0.1 ); }
- The topic ‘Images with lines around them on homepage’ is closed to new replies.