Impossible to modify my blog title size on Goran Theme
-
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 lotThe blog I need help with is: (visible only to logged in users)
-
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.
-
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.