Okay
  Public Ticket #1624049
Removing gray overlay from header
Closed

Comments

  • Jacqui started the conversation

    How can I remove the gray overlay from one page of my site? Only the products page seems to be affected by it, which the others are nice and bright. I tried pasting various CSS codes you gave to other people with this problem, but none of them worked. 

    Thanks!

  •  9,005
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .woocommerce.woocommerce-page .page-header-bg-image:after {
        background-color: transparent !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Jacqui replied

    Thank you. It worked!

  •  3,030
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please be sure to reach in in case you encounter another issue,

    Regards