Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Flexform
  • #8183
    P11
    Member
    Post count: 1

    Hi there,

    How would I change the font type and size (other then large/regular)?

    Thanks!

    #8725
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    What font would you need it changed to? Just the testimonial text or the author as well? Basic things like formatting can of course, be done in the editor itself. Font type would require some custom CSS, that’s why I’m asking.

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #8726
    michaelproof
    Member
    Post count: 19

    Hi, I too would like to change the testimonial font to a different Google font than the rest of the H1,H2,etc fonts. Is there a quick CSS snippet to do that?

    Thank you in advance. Beautiful theme.

    #8848
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Something like this, let’s say you’re importing the Montserrat font with 400 weight, for testimonials:

    @import url("http://fonts.googleapis.com/css?family=Montserrat:400");
    
    .testimonial-text {
      font-family: "Montserrat" !important;
      font-size: 40px !important;
    }

    Adjust font-size as needed.

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register