Home>Support>heading font sizes

heading font sizes

By Robin, 10 years ago. Last reply by Andrew Misplon, 10 years ago.
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].

I have used Origami before and didn’t have any issues with manipulating the font sizes and colors. For some reason, on the current site that I am working on, none of the code is working.
I want to change the font size of my headings. It already worked to change the colors.

Please help!

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Hi Robin

    Try the following under Appearance > Custom CSS and edit as required:

    /* @group Headings */
    
    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6,
    .content strong {
    	color: #404040;
    	margin: 1.5em 0;
    }
    
    .content h1 {
    	font-size: 24px;
    }
    
    .content h2 {
    	font-size: 20.4px;
    }
    
    .content h3 {
    	font-size: 18.48px;
    }
    
    .content h4 {
    	font-size: 16.32px;
    }
    
    .content h5 {
    	font-size: 13.92px;
    }
    
    .content h6 {
    	font-size: 12.48px;
    }
    
  2. 10 years, 5 months ago Robin

    It didn’t work.

  3. 10 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Please send through a link to your site with the Custom CSS in place, we’ll take a look from there.

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