Customize testimonial colors
-
Hi, we’re creating testimonials but we want to change the colors of the testimonial block of the name and the title, how we can change it?
We attach screenshot below, thanks
Attachments:
You must be
logged in to view attached files.
Hi,
You can use the following CSS snippet to change that colors
div.testimonial .testimonial-content footer {
color: red;
}
div.testimonial .testimonial-content footer span {
color: green;
}
Regards
Really thanks, working fine!
Thank you aswell for the superfast reply
The topic ‘Customize testimonial colors’ is closed to new replies.