Hey,
First of all, awesome theme. Second, I may be being dumb but, I'm having a little trouble with viewing the title text and some of the images and video i've used in the nectar slider. With some of my images or video, having just black or white makes it so either at times some of the text isn't visible or parts of it are missing. Is there a way to have a background box that covers both the title and the caption for the slider?
Regards,
Steve
Or possibly a stroke/outline on the text?
Hey Steven!
Try adding this into the Custom CSS box located in your Salient Options panel:
Cheers :)
Hi, this doesn't work for us when text orientation is left. The Background stretches from left to right.
display: inline-flex !important; did the trick:
/* Nectar Slider h2 Background */
.swiper-slide .content h2 {
background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
box-decoration-break: clone;
box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
display: inline-flex !important;
left: 10px;
padding: 4px 0;
position: relative;
}