Hi, how can I make the background frame of the title and text in a fullscreen slider to be white as you see here – http://screencast.com/t/T8AuulN41 (this was custom made child theme but it only effects the single page and homepage and doesn’t do that for any other page I use the fullscreen slider element in).
Thanks.
Hey DROR!
can you please post a link to the website showing where you want to implement this?
Also would be nice if you could post the code you are using already for single and homepage.
Best regards,
Andy
Hey!
Please add following code to Quick CSS
.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-color: white; }
div .slideshow_caption, div .slideshow_caption a, div .slideshow_caption a:hover, div .slideshow_caption h2, div .slideshow_caption h2 .special_amp, div .slideshow_caption strong, div .slideshow_caption h2 strong { color: #999; }
Regards,
Yigit
Awesome, Thanks :)