How to remove border from images on the Forever Theme?
-
I am useing the forever theme and I want to remove the border from all my images on my blog like the header image. Does anyone know how to remove it.
The blog I need help with is: (visible only to logged in users)
-
You can change some CSS to remove the border. In your CSS add some code like the following:
`#masthead img, #featured-content img, #recent-content img, .entry-content img, .entry-thumb img, .comment-content img, .widget img {
border: none;
}’ -
sorry below is some better formatting
You can change some CSS to remove the border. In your CSS add some code like the following:
#masthead img, #featured-content img, #recent-content img, .entry-content img, .entry-thumb img, .comment-content img, .widget img { border: none; } -
- The topic ‘How to remove border from images on the Forever Theme?’ is closed to new replies.