forums › forums › Circle Flip Support › Testimonial Block Text colour change? › Reply To: Testimonial Block Text colour change?
September 3, 2014 at 5:12 pm
#1867
Hey Bo,
There is no default option for that change, but you could add some few lines to the Custom CSS and it would do the trick.
First edit your testimonial block and give it an unique ID
Then, adding the following to your Custom CSS section found at Theme Options >> General Settings >> Advanced
#my-testimonial-block-id p{
color:#dddddd;
}
#my-testimonial-block-id h3{
color:#ffffff;
}
Let me know if it didn’t give you the result you need.
Cheers.