Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #720875

    Ahoy,

    How do I adjust the Testimonial Subtitle below name size and font family?

    #720896

    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

    • This reply was modified 7 years, 11 months ago by Vinay.
    #721296

    Ahoy,

    That doesn’t seem to work.

    #721450

    Hi,

    Please try this instead:

    .avia-testimonial-subtitle {
      font-size: 14px !important;
      font-family: 'Quicksand' !important;
    }

    Best regards,
    Rikard

    #721711

    Thanks!

    #721856

    Hi,

    Glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Testimonial Subtitle below name size and font family’ is closed to new replies.