Okay
  Public Ticket #1409962
Change overlay color in Fancy Box
Closed

Comments

  • invisuallda started the conversation

    I am using some Fancy Boxes with the "Parallax Hover Effect" Style. This style adds a black overlay with some opacity on the background images and i would like to change the color of this overlay. How can i do this?

  •  3,034
    Andrew replied

    Hi invisuallda,

    Could you try this CSS:

    .nectar-fancy-box[data-style="parallax_hover"] .bg-img:after{
        background-color: rgba(255,0,0,0.5) !important;
    }
    

    Add it to salient \ general settings - css script related - custom css code.
    Change the color to what you need.

    Cheers.