Hi! I would like to know how can I change the colour of “- website name in testimonials please?
Sorry I would like to know how to change the mouseover colour of the website name as well. TIA!
Hey!
Add this to your custom CSS.
.aviablank.avia-testimonial-link {
color: red;
}
.aviablank.avia-testimonial-link:hover {
color: blue;
}
Regards,
Elliott
Hi Elliott,
May I know how to change the font color of the hyphen/dash as well?