my web is under construction so u can see it, but I would like to know how to bring down the overlay color on the fancy box. I have tried some CSS but it does not work.
Just want to bring down the transparency of the top layer of the color overlay. See attached
Hello
my web is under construction so u can see it, but I would like to know how to bring down the overlay color on the fancy box. I have tried some CSS but it does not work.
Just want to bring down the transparency of the top layer of the color overlay. See attached
Thank you
Hi Yannis,
Thanks for contacting us.
We will have to use css to adjust this. Please send in your admin login credentials so that we can look into this further.
Thanks.
Hi Judith
can you not just send me the css...? it is the fancy box I sent in a screen shot so it will be the same for all!
Thank you
Hi Yannis,
Please try adjusting from here:
Thanks.
This is the first thing I tried... and does not work! :-(
Hi Yannis,
Please try this css:
Thanks.
This has worked for me:
.nectar-fancy-box .box-bg:after {
background-color: rgb(0, 0, 0, 0.2);
}
Thank you!