Okay
  Public Ticket #2643263
Page Header Overlay Color
Closed

Comments

  •  7
    Mike Marshfield started the conversation

    Hi

    I would like to change the transpaerency of the Page Header Overlay Color in the salient theme. Is there a way to do it?

    Many thanks

  •  8,858
    Tahir replied

    Hey Again,,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .page-header-overlay-color:after {
        opacity: 0.3 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  7
    Mike Marshfield replied

    Brilliant - worked a treat. Many thanks