How can I delete the grey frame around images in the forever Theme permanently?
-
The forever Theme features a grey frame around all images and even the header image. In the media library since last week it was possible to delete this frame by selecting extended options. This week it is not possible anymore.
I need two answers:
> How can I delete the grey frame on the header image? (what is the CSS code for it?)
> How can I get back the function to delete the grey frame on the standard images?Thanks, Iris
The blog I need help with is: (visible only to logged in users)
-
Hi there, Iris!
It appears as if you’ve managed to set your CSS code so that there is no gray border around your header.
To rid yourself of the border around your images, click Appearance → Customize in your site’s Dashboard. Then, please add the following below all existing CSS code in your editor:
img, img.size-full {
border-color: white;
}Click to save your changes.
That should do the trick. Please let us know if you have any other questions. Thanks much!
- The topic ‘How can I delete the grey frame around images in the forever Theme permanently?’ is closed to new replies.