Hi!
In the testimonial grid, is there any way to change the color of the name and the subtitle?
Thanks!
Hey odmv91!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
strong.avia-testimonial-name { color: red!important; }
span.avia-testimonial-subtitle { color: orange!important; }
Regards,
Yigit
Thanks a lot!