 
	
		
		
		
		
			
Hi,
I have looked through your forum and found many strings on this topic.  For some reason those fixes are not working for me.
I am trying to change the caption background of the fullwidth slider to be similar to that of the regular slider.
I have this in my custom css right now:
.avia-caption-title .avia-caption-content .slideshow_caption .inner_caption .slideshow_inner_caption {
background:#000000;
display: block;
padding: 14px 15px;
}I would like it to be partially transparent like in the regular slider also, which I realize this css won’t adjust yet. But I can’t get it to do anything… It still shows up with no background.
Thanks for any help you may have!
Hey!
Try adding this code to the Quick CSS:
.avia-caption-title, .avia-caption-content {
    background: rgba(0,0,0,.5) !important;
    padding: 15px;
}
.avia-caption-title{
    display: inline-block !important;
}
.avia-caption-content{
    width: 60%;
}
.avia-caption-content p{
   margin: 0; 
}
.caption_bottom .slideshow_caption{
    bottom: 20px !important;
}Cheers! 
Josue
Brilliant. Thank You!
You are welcome, glad we could help :)
Regards,
Josue
