Okay
  Public Ticket #3534711
Fancy box overlay color
Closed

Comments

  •  2
    wolfgangforever started the conversation

    I'm wondering if it's possible to disable the dark overlay for the 'Bottom Color Bar' fancy box. I'm currently using one on the page I linked, but it's got a dark overlay until you hover over the box. This would mess with my branding colors, so I would like to get rid of the overlay. 

    Thank you!

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

    .nectar-fancy-box .box-bg:after {
        background-color: transparent !important;
    }

    Thanks.


    ThemeNectar Support Team