Okay
  Public Ticket #1953842
Page Header Image Overlay
Closed

Comments

  •  5
    Steve started the conversation

    Hi guys,

    Is it possible to change the transparency of the colour overlay on page header images?

    The default is very dark.

    Thanks,

    Steve

  •  8,996
    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):

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

    Thanks


    ThemeNectar Support Team 

  •  5
    Steve replied

    Thanks Tahir. That's awesome.