How to change font size? Menu, titles...

GK User
Wed Aug 17, 2011 7:02 pm
Hello again,

I have question regarding changing of the font size.

How to change font size for menu and article titles? I tried to change in template.css but it does not work for me. Do you have any solution?

Of course I tried to change H1, H2, H3, H4. Currently it looks like:

Code: Select all
h1 { font-size:280%; }
h2 { font-size:250%; }
h3 { font-size:135%; }
h4 { font-size:110%; }
h5 { font-size:100%; }


Changing of the percentages do not work. Size of the menus and titles remain the same.
User avatar
Senior Boarder

GK User
Wed Aug 17, 2011 8:24 pm
Use normal px, should do the trick :whistle:
User avatar
Expert Boarder

GK User
Thu Aug 18, 2011 7:46 am
Unfortunately changing % to px did not solve the problem.
User avatar
Senior Boarder

GK User
Fri Aug 26, 2011 6:04 am
I fgure it out. I had to put
Code: Select all
h2 span
{
font-size:22px;
}
User avatar
Senior Boarder

GK User
Mon Sep 26, 2011 11:48 am
Did you figure out how to change the font in the main menu. I would like to change the font and can't figure it out. Any help appreciated. I'm using the Financial Business template, if that matters...though my guess is that all the templates work the same.
User avatar
Fresh Boarder

GK User
Mon Sep 26, 2011 11:57 am
Try this
Code: Select all
span.menu-title span
{
font-size:20px;
}
User avatar
Senior Boarder

GK User
Tue Sep 27, 2011 11:57 am
Ruranski wrote:Try this
Code: Select all
span.menu-title span
{
font-size:20px;
}


Thank you for responding. I'm really new at this...
Where do I put the code you provided? On the template parameters for fonts, other areas? or on the template css page?

I actually want to use a different font, not just a smaller font size (though smaller would help). Any chance you know how to do that?
User avatar
Fresh Boarder


cron