Is it possible to adjust the opacity of the fullscreen slider buttons? thanks.
Hey AirstreamCoach!
Add this to your custom CSS.
.avia-slideshow-button { background: rgba(255, 0, 255, 0.3) !important; }
Cheers!
Elliott
Hi Elliot – thanks! Opacity is good now however this turned the button from black to pink. i checked settings and it’s still set to black. advise? thanks.
Hey!
Please change the code above to following one
.avia-slideshow-button { background: rgba(0, 0, 0, 0.3) !important; }
Regards,
Yigit
Thanks! This changed it to black but i believe we lost the opacity. do you have code which will provide a black 80% button back ground? thx! :-)
Hi!
The last value, 0.3, controls the opacity. If you want it 80% then use 0.8.
Cheers!
Elliott
That’s Perfect! Thanks!