-
AuthorPosts
-
December 26th, 2013 at 00:48 #15048Mike
How can I make the opaque text box that sits over the slider images on the Presentation Page darker?
Thanks!
December 31st, 2013 at 19:09 #15173MongoidHi Mike,
I came across your post while searching for an issue that is similar to yours. I wanted to completely remove the text boxes. While adjusting the opacity of the box, the text would also become opaque and disappear. I posted my question here:
As you can see, this answer may help you as well in regards to what element to adjust in your Custom CSS or child theme.
Just passing on the help I received.
Mongoid
January 2nd, 2014 at 15:39 #15262KayCryout Creations mastermindHi!
We may add an option for this in the future. Until then add this to the Custom CSS area:
.nivo-caption {background: rgba(0,0,0,0.9);}
The 0.9 value is the one you must play with. It accepts values beteen 0 and 1, 0 being fully transparent and 1 fully opaque? Playing with the 3 zeroes in front you can also alter the color.
More info on RGBA colors here http://www.w3schools.com/cssref/css_colors_legal.asp
Before posting consider reading our short theme debugging instructions.
Please read the FAQs: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes.January 25th, 2014 at 23:59 #20521EmmaI don’t know who you wrote this for but you helped a breohtr out.
April 29th, 2014 at 20:05 #25042Elsa FigueroaHi there! I would like to eliminate the text box on just one slide. Is that possible? In what part of the CSS code should I enter this?
-
AuthorPosts
The topic ‘Slider Textbox Opacity’ is closed to new replies.