• Resolved benthecartoon

    (@benthecartoon)


    I am using the Bulan theme, with the Comic Easel plugin. In order to post comics, I need to set them as the featured image, however Bulan puts the featured image as an overlay in the page header, where the logo would otherwise be. I have looked at other forum threads on other themes with similar issues, but I can’t find the same code that they use to remove the featured image from the header.

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Chris Huff

    (@brochris)

    You can remove it with CSS. I’d use a plugin that allows you to add CSS to a theme, such as JetPack or Simple Custom CSS (otherwise, updates to the theme would overwrite this CSS).

    .site-header {background-image:none!important;}

    If you want it to always show the logo/header image you select instead, just replace the word “none” with the url to the image you want it to always show in the header.

    Thread Starter benthecartoon

    (@benthecartoon)

    Oh man, thank you. That was hours of frustration easily solved.
    The only adjustment I’d need to make now is there’s still an orangey overlay on the header image as well, that I’d like to eliminate.

    Thread Starter benthecartoon

    (@benthecartoon)

    Actually, I figured that part out.
    For future reference to anyone coming across this, navigate to bulan/inc/scripts.php in the themes folder. Line 104 contains the background color rgb value. Change it to background-color: none to remove the orange overlay.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable Featured Image in Header for Single Posts’ is closed to new replies.