• Resolved pviannalee

    (@pviannalee)


    I’ve been using the free version of the Live News plugin to explore whether it’s right for our website and whether we commit to purchasing the pro version, and can’t work out how to change the font.

    I see that you can define the font family and/or import a google font, but can’t work out the correct syntax for the values or how to make the google font work.

    Another issue I’m having is that the sliding news items display is all caps even thought I’ve typed in lowercase – we want to use lowercase for our sliding news.

    Can this be changed, and if so, how can I change it? I’ve asked the developer and they told me to post here.

    Any help much appreciated.

    • This topic was modified 2 years ago by pviannalee.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author DAEXT

    (@daext)

    Hello pviannalee,

    In the Style -> Font Family field you can add the font stack. Note that single quote should be used for font names with multiple words. Example:

    'Source Sans Pro', sans-serif

    In the Style -> Google Font you can optionally load a font from Google Fonts. Here you can use the URL available in the “Use on the web” section of the Google Fonts website. Example:

    https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap

    The plugin CSS applies the uppercase property. You can change this behavior via CSS by adding this rule in your theme:

    #daextlnl-slider {
        text-transform: none !important;
    }

    Thank you for posting the question here directly in the forum after my request via email.

    • This reply was modified 2 years ago by DAEXT.
    • This reply was modified 2 years ago by DAEXT.
    Thread Starter pviannalee

    (@pviannalee)

    Thank you very much for you help, DAEXT. Your solution worked well.
    I appreciate the fast reply and excellent support both here and via email.

    Plugin Author DAEXT

    (@daext)

    Hello pviannalee,

    Thanks to you for using the plugin. If you like it please remember to rate it on the reviews section. The plugin is still without ratings. Thank you.

    • This reply was modified 2 years ago by DAEXT.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change font and case settings’ is closed to new replies.