Theme4Press › Forums › alora › "Elastic Slider" slide title transparent background › Reply To: "Elastic Slider" slide title transparent background
#20785
|
Hi,
The speed of slider is found in Theme Options -> Elastic Slider -> Slideshow Interval
Please use the following code for Elastic slider title transparent background.
1 2 3 4 |
.ei-title h2 { background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important; } |
Thanks!