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

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

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

  1. 9 years, 4 months ago Magus
    Hi, I Work Here

    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. 9 years, 4 months ago Kevin Steinberger

    Worked perfectly! Thanks for your help!

  3. 9 years, 4 months ago Magus
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More