Forums

Changing font sizes

I'm a C5 newbie of about 2 days so please bear with me.

I've got lots of menu items and I want them to fit on one line. I added a custom CSS entry to reduce the size - "nav ul li a {font-size:1.05em;)" - which works fine except now there's some space between the menu and the submenu items. How do I push that flush?

Also, the h1 font is a little larger than I'd like but the CSS is in typography.css. Is there a way to change that without editing the file?

Thanks!

Display Messages: Threaded     Flat
3 Replies

fixes

Jan 05, 2012 at 3:00 PM
Look on line 140 of the main.css file for .sf-menu li:hover ul, .sf-menu li.sfHover ul and change the top property to get rid of that space.

As far as the H1 sizing, yep you'll have to modify the typography.css file
 

re: Changing font sizes

Jan 06, 2012 at 12:35 AM
Worked like a champ... thanks!
 

re: Changing font sizes

Jan 06, 2012 at 11:25 AM
you're welcome!