Text size - .catlink? Text size - .catlink?
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Text size - .catlink?

Started by Bruce, November 01, 2006, 03:51:47 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Bruce

Here we go again....

The Size of text for the Category descriptions (.catlink?) is set to 12px/bold by default. I would like to increase this to 14px. I searched the style.css for ".catlink" and found nothing relating to the size of the text - only text decoration, set here to underline.

Is it permissable to add a line to the .catlink code for fontsize? would it be by pecentage of the default stylesheet fontsize of 12px, like 110%, or "font size=14"? Or ... how would I accomplish this?


Nibbler

Just add whatever you want.

font-size: 14px;

Bruce

Quote from: Nibbler on November 01, 2006, 03:53:04 AM
Just add whatever you want.

font-size: 14px;

That can't be, Nibbler - it's too easy!
Thanks:)