This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Modifying font for siteorigin editor

9 years ago · Last reply by Alex S 9 years ago

Hi,

I am currently using page builder and siteorigin editor to display text in my homepage. I am trying to edit the font size and style but I am unsure hwo to do it. Im looking to use helvetica and slightly larger than whta the font is now

www.johnflynnarchitecture.com

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Alex S Staff 9 years, 9 months ago

    Hi Jonathan,

    As you’re a Vantage Premium user, you’re entitled to priority email support – which as you’ve experienced, is much faster than the forums. If you would like to make use of that, please follow the instructions found on this page. Please reference this thread.

    If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    Global Editor Change:

    .so-widget-sow-editor {
      font-size: 22px;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    Just the homepage:

    .home .so-widget-sow-editor {
      font-size: 22px;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    You might also need to install the SiteOrigin CSS Editor.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread