• Resolved luiseduardovp

    (@luiseduardovp)


    Hi,

    I’m setting up a website with this theme. And I need to disable opacity because the photo seems to look too dark. How can I do this, please? Not sure if adding the following will work:

    .header-image:before {
    opacity: 0;
    }

    Regards,
    Luis.

Viewing 1 replies (of 1 total)
  • Theme Author creativthemes

    (@creativthemes)

    Hello,

    Please go to Customizer – Additional CSS and copy and paste the following code:

    #page-site-header .overlay {
    opacity: 0;
    }

    Regards
    Creativ Themes.

Viewing 1 replies (of 1 total)
  • The topic ‘How can I disable opacity in the header photo?’ is closed to new replies.