Hi guys
Just fine tuning my site and trying to change the colour of the background frame on both the Easy Slider and Full Screen Slider (I’m using both, Full Screen on Mobile and Easy Slider on Desktops). Could you provide some CSS to change that and maintain the opaqueness?
Thanks!
Jon
Hi Enfold team,
I have figured this out – except for the opacity feature. On mobile phones I am using the Full Screen Slider. I have this CSS set up to make the text frame blue:
.caption_framed .slideshow_caption .avia-caption-title {
background:#125798 !important;
}
As you can see, the top box is solid blue, but the bottom box is 90% opacity. How can I make the top box have 90% opacity to match?
Thanks for your help.
Jon
Hi,
Thank you for using Enfold.
Please use the following css code.
.caption_framed .slideshow_caption .avia-caption-title {
background: rgba(18, 87, 152, 0.5) !important;
}
Best regards,
Ismael
Awesome – thank you!