child theme has an overlay

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1040169
    Petra
    Participant

    The child theme in Luviana has a dark overlay in the header so that the images appear slightly dark. How can that be changed in CSS or, better, made lighter?

    #1040823
    Andre Flores
    Moderator

    Hello Petra,

    You may change the overlay by adding the following code under Appearance ->Customize ->Additional CSS:

    body.page-has-post-thumbnail .entry-header-background::after {
    	background: #252e59;
    	opacity: .5;
    }

    Feel free to decrease the capacity value to make the overlay lighter, as well as change the color value to apply different color to the overlay.

    Regards,
    Andre

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.