Tagged: font, testimonial, testimonials
A client wants the font for the testimonials shortcode changed, and only on the testimonials itself. How would I go about this? CSS? Code? Thanks!
Hey tylrsmllr!
Thank you for using our theme.
In custom.css or Enfold->Stylings->Quick-CSS field try to put the following and adjust the values:
.avia-testimonial .avia-testimonial_inner{
font:
}
If it does not work give us a link to the page please.
Cheers!
Günter
I will give this code a try. I want to use the Cardo font. It looks like that is included in Enfold’s options for a font, how would I include that in this css? Link to font or by font name?
Sorry I didn’t include this earlier.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-testimonial .avia-testimonial_inner {
font-family: 'Cardo';
}
Best regards,
Yigit
Hey!
I could not connect to your website but please try adding following code to Quick CSS
.avia-testimonial-content { font-family: 'Cardo'; }
Regards,
Yigit
Thank you for the continued support. This still didn’t seem to solve it. You should also now be able to load the site to take a look. Had a firewall rule in place that I forgot about.
Hi!
Please use following code instead
.avia-testimonial-content h3 {
font-family: cardo !important;
}
Best regards,
Yigit
Success!!! Thanks so much for the help. Awesome theme and support!