Thin border around Header image in Forever theme

  • Unknown's avatar

    Website for my client (cravethedistrict.wordpress.com), uses a custom header and I cannot get rid of that thin gray line around the whole thing. I used a chrome extension (Stylebot) to find the exact CSS for the header image, and modified it with the extension to get rid of the border. It works in Stylebot, but when I enter the same code into my custom CSS field in the theme editor, nothing changes. This is the custom code I am using:
    ——-
    img.custom-header-image {
    border-style: none;
    }
    ——

    Any help would be appreciated. Thanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    This should do the trick:

    #masthead img {
    	border: none;
    }

    Let me know if you need anything else!

  • The topic ‘Thin border around Header image in Forever theme’ is closed to new replies.