• Hello, I wish to change/edit the font for the message bellow:

    “Ciao Nicu Silvestru (non sei Nicu Silvestru? Logout)

    Dalla bacheca del tuo account puoi visualizzare i tuoi ordini recenti, gestire i tuoi indirizzi di spedizione e fatturazione e modificare la password e i dettagli dell’account.”

    Thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @neecu
    You can able to change the font family from the editor also and from the code also.

    elementor-element-5755f7d > .elementor-widget-container > p {
        font-family: 'Circular-Loom';
    }

    Add this code and give the font family as per your convenience.

    Thread Starter neecu

    (@neecu)

    Hello and thanks, your solutions are a bit complicated for me, I don’t know where and how to change it.

    Moderator Kathryn Presner

    (@zoonini)

    There are two steps to changing a font.

    First, you need to load the new font on your site. If you’d like to add a Google Font, for example, you can use a Google Fonts plugin like:

    https://www.ads-software.com/plugins/easy-google-fonts/

    Then, you need to apply the new font to the element you’d like to change. Sometimes that can be done within the font plugin itself, and sometimes an extra piece of CSS code is needed. The CSS @nidhidhandhukiya provided above does that.

    CSS code is added under Appearance > Customize > Additional CSS.

    You’ll need to replace the font family specified above (Circular-Loom) with the name of the font you’ve selected. Your Google Fonts plugin should provide that name to you, in the format needed for CSS code.

    Let us know how it goes.

    Moderator Kathryn Presner

    (@zoonini)

    p.s. you referred to “font” – but if you just want to change the size of that piece of text, for example, the CSS code will be different, so it would be good to specify exactly what you’re trying to do to that paragraph.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘change fonts’ is closed to new replies.