font size

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
11/7/2007 5:32:49 AM
Gravatar
Total Posts 180
Thomas F. Heringer

font size

Joe, what css style do I look for to up the font size in the links feature. It is so small on my monitor that I can hardly see it. I do not want to up it alot, but maybe a couple of pixels will help alot.

11/7/2007 5:48:01 AM
Gravatar
Total Posts 18439

Re: font size

Tom,

The file for setting text attributes including size is style-text.css

If you view the source of the page in the browser you will see that links module renders the list of links inside a ul with li elements using the css classes linkitem and linkaltitem

So look in your style-text.css file for:

li.linkitem a,
li.linkaltitem a { ... }

You can add font-size: 11px; or whatever size you like.

Hope it helps,

Joe

11/7/2007 8:56:37 AM
Gravatar
Total Posts 180
Thomas F. Heringer

Re: font size

Joe, thanks that helped. Just for future notes for anyone that reads this 12 px fonts will make the font "crunch", that is they will flow outside of the box making them unledgeable, 11 px is about maximum, unless you shorten up the name some what.

You must sign in to post in the forums. This thread is closed to new posts.