Home>Support>Header Font Classes

Header Font Classes

Great theme guys thank you. No issues thus far only I wish there was some prebuilt customization for H1, H2, H3 etc..instead of fiddling with the CSS. I would love to have the ability to change the size and colour of each H(x) in the Customize/Fonts section.

Just a thought :)

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, 2 months ago Andrew Misplon
    Hi, I Work Here

    Hi Shane

    Thanks for your feedback – noted.

    Please remember to work under Appearance > Custom CSS or your own Custom CSS module and not via Appearance > Editor. Here is what you might use for this:

    .entry-content h1 {
    	color: #333;
    	font-size: 26px;
    }
    
    .entry-content h2 {
    	color: #333;
    	font-size: 23px;
    }
    
    .entry-content h3 {
    	color: #333;
    	font-size: 20px;
    }
    
    .entry-content h4 {
    	color: #333;
    	font-size: 18px;
    }
    
    .entry-content h5 {
    	color: #333;
    	font-size: 16px;
    }
    
    .entry-content h6 {
    	color: #333;
    	font-size: 14px;
    }
  2. 10 years, 2 months ago Shane Whitehouse

    That’s great thank you. That works.

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

    Super; glad we could help.

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