Okay
  Public Ticket #2705857
Change the overlay opacity archive pages
Closed

Comments

  •  2
    Saliant started the conversation

    Hello,

    Is there any way to change the overlay opacity on the archive category banners?

    I'd like to reduce the overlay

  •   Saliant replied privately
  •  8,403
    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):

    .archive .page-header-bg-image:after {
        background-color: rgba(45,45,45,0.15) !important;
    }

    Thanks


    ThemeNectar Support Team