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.

Modify font properties of SiteOrigin Headline (size, weight, etc.)

Resolved 3 replies pluginplugin-widgets-bundle
10 years ago · Last reply by Magus 10 years ago

Hi and thank you for creating such a wonderful, user-friendly theme.

I have been looking for an answer to my question but couldn’t find anything. However if there was already an answer and I missed it, then please accept my apologies.

I am trying to modify the font properties of the text inside the SiteOrigin Headline, mainly size and weight.

Could someone help me understand how to achieve that?

Thanks in advance!

URL: http://www.diapasonconsulting.com

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Magus Staff 10 years, 9 months ago

    Hi Kevin

    To do this you will need to use Custom CSS. If you do not already have a way of entering Custom CSS I would recommend this plugin

    https://wordpress.org/plugins/simple-custom-css/

    Navigate to your Custom CSS Editor and enter the following

    .so-widget-sow-headline .sow-headline h1 {
        font-size: 24px;
        font-weight: 700;
    }
    .so-widget-sow-headline .sow-headline h3 {
        font-size: 18px;
        font-weight: 500;
    }

    The first entry will allow you to alter the main headline and the second the subtext. This alteration will affect all your headline widgets. If you only need to alter these settings on the home page then use this instead.

    .home .so-widget-sow-headline .sow-headline h1 {
        font-size: 24px;
        font-weight: 700;
    }
    .home .so-widget-sow-headline .sow-headline h3 {
        font-size: 18px;
        font-weight: 500;
    }

    Let us know how you get on

    Magus

  2. Kevin Steinberger 10 years, 9 months ago

    Worked perfectly! Thanks for your help!

  3. Magus Staff 10 years, 9 months ago

    Hi Kevin

    You are welcome.

    If you need any more help, please feel free to open a new support thread.

    Magus

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