Remove header overlay color

  • Hello,

    I’m looking for help on how to remove the color that appears over header photos in the Appetite theme. The default is a dark grey which can be changed in the colors and backgrounds menu. I’d like to remove the color completely or make it transparent. I’ve tried adding 00 to the hex and that didn’t work. Any help is appreciated, thanks.

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

  • Hello,

    By default, the theme creates an overlay effect in the header section to improve readability of the text shown in this section. Please use this custom CSS to remove this effect:

    
    .th-featured-image {
      opacity: 1;
    }
    

    Let me know if you have any additional questions.

    Kind regards,
    Taras

  • The topic ‘Remove header overlay color’ is closed to new replies.