Home Forums Pro Themes Business Field Pro Remove Overlay on Header Image

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #186495
    adamhunt_gsl
    Participant

    Hi,

    How can I remove the header overlay at http://beachenergy-co-uk.stackstaging.com/ on the sub-pages?

    Tried the usual CSS tags – opacity, background: none etc but nothing seems to remove it.

    Thanks in advance.

    #186497
    sanam
    Keymaster

    Hi @ADAMHUNT_GSL,

    Go to customizer > Color options > Header Color Options

    Here you can change the background color as per your need.

    Regards.

    #186498
    adamhunt_gsl
    Participant

    Thanks Sanam,

    But I don’t think that’s what I’m looking for. I’m looking to remove the overlay on the header image on each page that isn’t the home page. For example, https://beachenergy.co.uk/floor-plans/ has a darkened photo at the top and we wish to have that overlay removed.

    Thanks for any help in advance.

    #186499
    sanam
    Keymaster

    Hi @ADAMHUNT_GSL,

    Please add this CSS to Additionl CSS, You can find it inside the cutomizer.

    #custom-header::after {
    opacity: 0;
    }

    Regards.

    #186500
    adamhunt_gsl
    Participant

    Thank you, that’s worked perfectly!

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