• Resolved SethO

    (@setho)


    Hello, how do you change the quotation mark font?? I unchecked the option in Settings, but it doesn’t do anything, and when I remove FontAwesome from font-family in CSS, it doesn’t change anything but makes square marks.

Viewing 1 replies (of 1 total)
  • Hello @setho,

    Thank you for reaching out to us!
    Are you using the ‘Modern’ view template?
    If yes, you can change their font family using this code:
    .strong-view.modern .testimonial-content::before, .strong-view.modern .testimonial-content::after { font-family: typeithere; }

    But you will then have to also replace the icons here:

    .strong-view.modern .testimonial-content::after {
        content: "\f10e";
    }
    .strong-view.modern .testimonial-content::before {
        content: "\f10d";
    }

    But this is not a general rule and it depends on the font you’re using. You might need additional CSS.

    Warmly,
    Mihaela

Viewing 1 replies (of 1 total)
  • The topic ‘Change Quote Font’ is closed to new replies.