PDA

View Full Version : CSS for Links of .tcat


jluerken
06-10-2008, 04:34 PM
Hi,

I am currently playing around with the CSS instructions of my board to create a new style
but I am failing to change one setting.

I want to change the links of the class .cat.
They should be bold but the normal text should stay normal.

I tried to add the css code in the box beside .cat and also in the additional css-section but I am doing something wrong.
Can someone please give me a hint, I am currently totally lost.
I think I don't see the forest because of all the trees around me (sorry for the bad translation of a german adage) hrhr.

Thanks in advance
jluerken

Attitude5ire
06-10-2008, 09:32 PM
have to add this in advanced css.
.tcat a{
font-weight:bold
}
should turn tcat all links to bold.

jluerken
06-11-2008, 04:56 AM
Thanks that did it