I think it is possible to change content slider arrows color with quick css… Could you show me that css -code?
Thanks.
Hi stakavainio!
Please provide us with an example page, of the section you want to change and the slider you mean you want to change, so we can locate that area and provide the CSS you need to do it.
Best regards,
Basilis
Hi,
I would like to change arrows box color to black. And arrow should be white.
Thanks.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .avia-smallarrow-slider .avia-slideshow-arrows a {
background: orange;
color: red;
}
Regards,
Yigit
I want the arrow background to be transparent. The code above worked but when I tried to change orange to transparent it is still a light gray color. I don’t want any background visible at all. Thanks