Impossible to modify my blog title size on Goran Theme

  • Unknown's avatar

    Hello,

    I’m desperately trying to change the size of my blog title. I’m using the Goran Theme, and have tried to use the CSS editor (I’m a total beginner here) by using the following syntax:

    #site-title {
    font-size: 18px;
    }

    but it doesn’t work.

    Is there anyone here who could help me to solve that problem?
    My aim is to make the title a bit smaller, so that it fits on one line only .
    Thanks a lot

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Use this code. Decrease or increase 2 based on need. The default size is 2.25.

    h1.site-title{
     font-size:2em;
    }

    Hope it works for you. Let me know.

  • Unknown's avatar

    Thanks a lot, it does! :)
    And with the help of a friend, I’ve managed to change the size of the pages menu as well.
    Thanks again for your quick response.

  • The topic ‘Impossible to modify my blog title size on Goran Theme’ is closed to new replies.