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.

H2/H3 change font size

Resolved 5 replies themetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

Hi,
I’d like to be able to change the font size/style for H2 and H3 headings – can anyone please advise re the relevant CSS I need to add?
Many thanks!

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

Need fast email support? Get SiteOrigin Premium

Replies

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

    Hi Mark

    Give this a try under Appearance > Custom CSS:

    .entry-content h2 {
    	font-size: 20px;
    }
    .entry-content h3 {
      font-size: 16px;
    }
  2. Mark Ladson 11 years, 7 months ago

    Hi Andrew,
    I tried this but it’s not affected the h2 font size, my site is:
    http://techyourteaching.co

    Thanks for getting back to me, hopefully there’s another solution, or I’ve missed something.
    Mark

  3. Andrew Misplon Staff 11 years, 7 months ago

    The selectors provided will handle all the headings in your content. I don’t see any H2’s there but if you look at your heading “Using the Adobe Voice app is literally a 3 step process:” you’ll see the h3 selector I sent is working. Change the font-size to 50px to see. You can adjust the 20px and 16px I sent as required.

    Which h2 are you trying to increase the font size of?

  4. Mark Ladson 11 years, 7 months ago

    Thanks Andrew, I thought that sentence you referred to was h2, hence why I wasn’t noticing the changes. Works perfect.
    Many thanks for your help,
    Mark

  5. Andrew Misplon Staff 11 years, 7 months ago

    Super, glad to hear of some progress there.

    Check our Greg’s Custom CSS tutorial: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/ even if it’s just for using the Developer Tool, it’s super useful for things like checking image dimensions. In this case you can use it to see what tag that heading is running.

    All the best.

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