Tagged: enfold, fullscreen slider
Hi
how can i change the colour (or maybe background too) of the title and subtitle of “Fullscreen Slider” ?
My headline font is now grey – because of the light theme background. But the frames of the titles in fullscreen slider are black. so the usability is bad.
Thx, Oliver
Hey heufti65!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.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); }
Best regards,
Yigit
Works well, thanks. What is the definiton to change the font color?
Hi!
255,255,255 is the RGB value of the color and 0.5 is opacity level. You can use this website to find the RGB values of the colors using Hex values – http://www.javascripter.net/faq/hextorgb.htm
Best regards,
Yigit