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.

Header Font Classes

Resolved 3 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 7 months ago

    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. Shane Whitehouse 11 years, 7 months ago

    That’s great thank you. That works.

  3. Andrew Misplon Staff 11 years, 7 months ago

    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.

Have a different question or issue?

Start New Thread