Okay
  Public Ticket #1445505
Remove color overlay Fancy Box - but keep parallex hoover effect
Closed

Comments

  • M3ub3l_H3r0 started the conversation

    Hello,

    I would like to use the fancy box option, WITH the Parallax Hoover effect.

    But remove the black overlay color.
    Keep the image completely original color.
    So no color overlay at all.

    I found the following CSS script, but not sure what to remove, or change in it, to have NO color overlay at all:

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

    Thanks in advance,

    Angelique

  •  2,744
    Andrew replied

    Hey there,

    Thanks for reaching in,

    You can try;

    .nectar-fancy-box[data-style="parallax_hover"] .bg-img:after{
    background-color: transparent!important;
    }

    Hope this helps,

    Regards

  • M3ub3l_H3r0 replied

    Andrew thank you!

    It worked!