Hi
Is it possible to change the background colour that is used for the captions in the slider – at the moment it is always a”brown colour’…if you have the caption unframed then the text is white….can this text cloud be changed too??
Thanks
Hi Richard!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.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(255, 255, 255, 0.5); }
div .slideshow_caption, div .slideshow_caption a, div .slideshow_caption h2, div .slideshow_caption h2 .special_amp, div .slideshow_caption strong, div .slideshow_caption h2 strong { color: red; }
on background color, first 3 values are RGB values of the color and 0.5 is opacity level, which you can set between 0 – 1
Best regards,
Yigit
Thanks yigit
Have you some code which let’s me change the text colour when I use an unframed caption
Thanks
Richard
Hi!
The code i posted in my previous post applies for the caption without frame as well. You can use following code to change the color of framed captions
.caption_framed .slideshow_caption {
color: green !important;
}
.caption_framed .slideshow_caption h2 {
color: yellow !important;
}
Best regards,
Yigit
Thanks Yigit
I’ll have a good play around.
Richard
Hi!
You are welcome Richard! You can find some code snippets here on Enfold documentation – http://kriesi.at/documentation/enfold/
Let us know if you have any questions :)
Regards,
Yigit