Option to change the font

  • Vladimir
  • Jan 13 2020
  • Shipped
  • Apr 17, 2023

    Admin response

    Friends, great news!

    An option to change the font is out! 🎉

    Since this Wishlist portal has moved to our Community Forum, feel free to find the details and leave your feedback here.

    Cheers!

  • Admin
    Helga R commented
    May 20, 2022 08:20

    Hello David, thanks for your kind words, I'm glad that our Support Team was helpful :)

    I agree that the most convenient way to control the fonts and colors is to do so via the settings. We'll try to take this feature under consideration in our nearest updates.

    Thanks a lot for helping us!


    Helga, Community Manager

    Join our online meeting space - Community Forum
    Keep up with latest updates - Facebook
    Get to know our team - Instagram

  • [email protected] commented
    May 19, 2022 19:43

    I agree. Elfsight support already provided me with a CSS add to do this and it is very nice (except if the font size gets too big the overall enclosing box should expand). Having it built into the core widget would be nice.

  • Admin
    Helga R commented
    March 11, 2022 06:41

    No worries, Ian!

    I'm glad that you're good, and I wish you just a great user experience 🙂


    Helga, Community Manager

    Keep up with latest updates - Facebook
    Get to know our team - Instagram

  • Ian Serpanchy commented
    March 10, 2022 18:37

    Thanks for this. Complete oversight on my part. Did not see the option to
    change it at first. Thank you for your response!

    Ian

  • Admin
    Helga R commented
    March 10, 2022 07:50

    Hi Ian,

    If you mean an option to change the font in Google Reviews widget, you're welcome to do so in your widget's Appearance tab → Font

    Could you please let me know if it helped?

  • Ian Serpanchy commented
    March 09, 2022 17:38

    Any chance the CSS code for font elements in the Google Reviews widget are available?

  • Timothy Danko commented
    January 20, 2021 16:29

    I have received custom CSS code for Elfsight technical support for this purpose. It allows my to change the font family and font sizes. The code is added in the STYLE tab and the Custom CSS field.

    Her is the code I am now using...

    .AudioPlayer__Component-sc-18rmrsm-0{font-family: Montserrat !important;}

    .Small__Title-sc-5y32hs-7{font-size: 18px !important;}

    .Small__Author-sc-5y32hs-8{font-size: 16px !important;}

    .PlaylistItem__Title-sc-150ez25-8{font-size: 16px !important;}

    .PlaylistItem__Author-sc-150ez25-10{font-size: 14px !important;}