Home>Support>Modifying font for siteorigin editor

Modifying font for siteorigin editor

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 2 months ago Alex S
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More