Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #294113

    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!

    #294275

    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

    #294361

    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.

    #294367

    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

    #294396
    This reply has been marked as private.
    #294410

    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

    #294435

    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.

    #294436

    Hi!

    Please use following code instead

    .avia-testimonial-content h3 {
    font-family: cardo !important;
    }

    Best regards,
    Yigit

    #294472

    Success!!! Thanks so much for the help. Awesome theme and support!

    #294473

    Hey!

    You are welcome, glad we could help! :) Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Change Testimonial Font’ is closed to new replies.