Hi,
How can I make the testimonials box transparent?
Thanks in advanced,
Best wishes, Arnold
Hey Aerny!
Please add following code to Quick CSS in Enfold theme options under styling tab
.avia-slider-testimonials .avia-testimonial-content { border: none; }
.main_color .avia-testimonial-arrow-wrap .avia-arrow { display: none; }
.main_color .avia-slider-testimonials .avia-testimonial-content { background: transparent; }
If you would like to keep the border and arrow, do not add first two lines of the code
Regards,
Yigit
Awesomeheid Yigit, thanks!