Comments JBeaule started the conversationJune 20, 2017 at 5:19pmHi, I was wondering if there was a way to change the opacity of the caption background on the home slider as well as the background of the button? It's currently too light and makes the caption difficult to read. Thanks! 9,012Tahir repliedJune 20, 2017 at 5:31pmHey Again,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : #featured article .post-title h2 span { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8); box-shadow: 10px 0 0 rgba(0, 0, 0, 0.8), -10px 0 0 rgba(0, 0, 0, 0.8); -moz-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.8), -10px 0 0 rgba(0, 0, 0, 0.8); -webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.8), -10px 0 0 rgba(0, 0, 0, 0.8); -o-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.8), -10px 0 0 rgba(0, 0, 0, 0.8); } Though its advised to use the Nectar Slider instead as it has more options . The Home Slider is deprecated and only still there for legacy users. Thanks ThemeNectar Support Team Sign in to reply ...
Hi, I was wondering if there was a way to change the opacity of the caption background on the home slider as well as the background of the button? It's currently too light and makes the caption difficult to read.
Thanks!
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Though its advised to use the Nectar Slider instead as it has more options . The Home Slider is deprecated and only still there for legacy users.
Thanks
ThemeNectar Support Team