Hi!
I am trying to add an overlay on the caption text and title of the fullscreen slider on my home page. I searched how to do it on the forum but with no luck.
Could someone help me with the correct CSS code I need to use ?
Thank you so much !!
I am answering to myself, the following code I was looking for is the following :
/* Added Overlay on Fullscreen silder caption content*/
.avia-caption-content p {
background: rgba(0,0,0,.2) !important;
}
/* Added Overlay on Fullscreen silder caption title*/
.avia-caption-title {
background: rgba(0,0,0,.2) !important;
}
Unfortunately it doesn’t overlay just the text but the entire line which isn’t really esthetic. If anyone has a solution that would be great!
Hi,
Please try this CSS instead:
.avia-caption-content p {
background: rgba(0,0,0,.2) !important;
display: initial;
}
Best regards,
Rikard
Perfect, thank you ! :-)
Hi 805ITS,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko