Comments invisuallda started the conversationDecember 21, 2017 at 12:47pmI 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,034Andrew repliedDecember 22, 2017 at 1:19pmHi 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.2 Likes Sign in to reply ...
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?
Hi invisuallda,
Could you try this CSS:
Add it to salient \ general settings - css script related - custom css code.
Change the color to what you need.
Cheers.