Hi,
first of all: awesome theme!
I have a problem though changing the font color of the testimonial subtitle. When I put the following in the custom css, the size does change but the color doesn’t.
.avia-testimonial-subtitle { font-size: 300%; color: #ffffff;}
Please help!
Hi,
Try changing that to:
.avia-testimonial-subtitle { font-size: 300%; color: #ffffff !important;}
If it doesn’t work please post a link to your website.
Regards,
Josue
That did the job!
Thank you, Josue!