Tagged: Color
Hi!
Is it possible to change the color of the arrows on the sides of a Testimonial ?
Thanx!
Hi Paul!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia-slideshow-arrows a:before { color: orange; }
Best regards,
Yigit
Excellent thanx! Is there a way to have the arrows solid constantly and not just on mouse over ?
Thanx!
Hi!
Sure, please add following code to Quick CSS as well
#top .av-large-testimonial-slider .avia-slideshow-arrows a { opacity: 1; }
Cheers!
Yigit
Great, thank!