I’m using the Evolve plus theme. Is there a way to make the black/dark grey under the arrows where the title goes lighter and less intrusive?
Thanks in advance!
Hi,
Please post your url to the page that you are having this issue.
Sorry, I don’t understand your question. Please kindly provide a screenshot with annotation if possible.
Thanks!
Denzel
I apologize for not doing a good job explaining that. I hope this helps.
I want to make the thick line/shading that runs across the bootstrap slider with the title to be lighter instead of so dark gray.

Hi,
Please try using the following codes in Theme Options -> Custom CSS
.carousel-caption h2 {
background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0 !important;
}
Please provide your Website URL.
Thanks!
Site: http://www.thailandvisa.com/
The code does make the line lighter. BUT… the shading from the line continues all the way down the photos. Is there a way to delete that shading at the bottom and only have shading where the text goes?
Edited to say that I didn’t save it on the Thailand Visa site, but did on the Caribbean Nut site to show you how it looks.
I want the bottom of the photos to have their original color and not be shaded at the bottom. Is there a code for that?
Hi,
Please use the following in your Theme Options -> Custom CSS
.carousel-caption {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
Thanks!
Denzel
That is just what I wanted. It looks amazing. Thanks so much!
Hi,
You are welcome!
Have a nice day.
Regards,
Denzel
The topic Bootstrap Slider- can make a lighter color? is closed to new replies