How can I change the color of the font only in the testimonial? I want to change it from gray to white
Hi Solaris,
You can paste this CSS in your Custom CSS box in theme Options panel
.widget_testimonial .testimonial-post { color: #FFFFFF; }
If that didn’t work try this
.widget_testimonial .testimonial-post { color: #FFFFFF!important; }
Rabin