Okay
  Public Ticket #679293
Header in woocommerce is "gray"
Closed

Comments

  • tim started the conversation

    I'm using the same image for my Home slider and Page Header. For some reason it has a gray tint to it on the Shop page. I've checked as many places as I can think of to see if I've accidentally told it to do this, but can't find anything.

    Home slider Image (first image in slide): http://www.thisistimeads.com/

    thanks,

    tim

  •  8,992
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .archive.woocommerce .page-header-bg-image:after{
        background-color:transparent !important;
    }

    Best.



    ThemeNectar Support Team