Hi @ildomandatore
Thanks for contacting us!
The arrow icons are being applied as a background image, therefore, we don’t have the ability to change the color of them using CSS. However, you can apply your own images for the arrow icons, if you’d like. Something like this should work:
.soliloquy-container .soliloquy-next {
background: rgba(0,0,0,0.7) url(www.example.com/images/right.png) no-repeat scroll 50% 50% !important;
}
.soliloquy-container .soliloquy-prev {
background: rgba(0,0,0,0.7) url(www.example.com/images//left.png) no-repeat scroll 50% 50% !important;
}
Please let me know if this helps!
-
This reply was modified 1 month, 3 weeks ago by
bmilligan15.
I’m not interested in applying transparency to images. I was wondering if you had a black version of the PNG images.