Need help? Check out our Support site, then


Increase font size in title section

  1. Hi there.
    I am currently using the harmonic theme for my website http://www.rihaindustries.com. I would like to increase the font size of the title section. I was wondering if this is possible through CSS as this is included in my account.

    Many thanks
    Nicolas

    The blog I need help with is rihaindustries.com.

  2. Hi,

    Are you trying to increase the font size of your site title (i.e. Riha Industries)?
    You could try this CSS:

    #masthead h1, #masthead h1 a, #masthead h2, #masthead h2 a {
        color: #fff;
        font-size: 1.2em;
    }

    You can try with different values for font-size to see what size you want the title to be.

You must log in to post.

About this Topic