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.

Make Blog Headlines Bigger?

Open 4 replies themetheme-vantage
Started · Latest reply by Andrew Misplon

I’m a bit confused about why my blog post headlines specifically are coming out so tiny!

Is there a way to increase just the size of the blog headlines?

URL: http://www.tarahanrahan.com/cravings-binging-emotional-eating/

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

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Andrew Misplon Staff

    Hi Tara

    Thanks for the wait. If you’d like to individually control the size of each page H tag you can do so by inserting the following under Appearance > Custom CSS and then making changes as required:

    /* Page Content Heading Tag Sizes */
    .entry-content h1 {
    font-size: 20px;
    }
    .entry-content h2 {
    font-size: 18px;
    }
    .entry-content h3 {
    font-size: 16px;
    }
    .entry-content h4 {
    font-size: 15px;
    }
    .entry-content h5 {
    font-size: 14px;
    }
    .entry-content h6 {
    font-size: 13px;
    }

    Hope that helps.

  2. Tara

    Thanks Andrew, I tried this, but for some reason it doesn’t seem to be working on the post title (right under the picture — It’s H1, and I set H1 to 60 px).

    You can see an example here: http://www.tarahanrahan.com/cravings-binging-emotional-eating/

  3. Tara

    I’m also having this issue with H3, specifically when it’s in the blog post title: http://www.tarahanrahan.com/wp-content/uploads/2014/09/Screen-Shot-2014-09-16-at-4.29.10-PM.png

  4. Andrew Misplon Staff

    You can set the post title size at Appearance > Customize > Fonts: Page Title Size.

    To edit the size of the carousel widget heading you could try:

    .vantage-carousel-wrapper .vantage-carousel li.carousel-entry h3 {
    font-size: 15px;
    color: #474747;
    }

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