Why is there a keyline around my Custom Header image?
-
A keyline is appearing around my header image. Even when I try uploading different file types eg,jpeg,gif this still happens.Any suggestions?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
The thin border around your header image is part of the Forever theme‘s design. Since you have the custom design upgrade, you can use Custom CSS to remove that border.
To add custom CSS, go to Appearance > Customize in your dashboard and select CSS from the Customize tools. In the CSS editor, you can enter the following CSS:
#masthead img { border: none; }Please let me know how that works for you! :)
If you have any other CSS questions, most of our CSS support is done in our community forums by both staff and volunteers:
https://en.forums.wordpress.com/forum/css-customization
You can search for answers in that forum, or post there to get additional CSS help.
- The topic ‘Why is there a keyline around my Custom Header image?’ is closed to new replies.