Tagged: custom font
I n the testimonial layout element, inside that there is the option to enter the “Subtitle below name Can be used for a job description”
It’s showing up as a light grey which is hard to read, is there a way to make that darker?
http://bodymindlinks.com/raves-and-praise/?preview=true&preview_id=42&preview_nonce=dafdd3c088
Thank you
Hey Bodymindlinks!
Thank you for using our theme.
in Enfold->General styling QuickCSS field or in custom.css put the following code and change #333 to your desired color:
.main_color .avia-testimonial-subtitle{
color: #333 !important;
}
Regards,
Günter