Ahoy,
How do I adjust the Testimonial Subtitle below name size and font family?
Hey mcraig77,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-testimonial-subtitle {
/* Add your css here*/
size:14px;
font-family:font-family: 'Quicksand' !important;
}
Best regards,
Vinay
Ahoy,
That doesn’t seem to work.
Hi,
Please try this instead:
.avia-testimonial-subtitle {
font-size: 14px !important;
font-family: 'Quicksand' !important;
}
Best regards,
Rikard
Thanks!