Tagged: fullscreen slider
hello,
I’m working with full screen slider. I would like to customize the color of the frame-background of the letter (caption and content).
In the option I can customize the font color (the caption, the content, and also the button) but I can not find how to change the font background color.
In this example (2nd slider) you can see the white font color, and what I would like to change is the black-grey background font color.
Hey Spiru_show1,
This is the default CSS which applies to that element:
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
background: rgba(0,0,0,0.5);
}
Please try adding your own colour, then add the code to Quick CSS in the theme options.
Best regards,
Rikard