Remove link decorations

IF you mean when you hover over it, then you would have to change the CSS. Go to the CSS file and find:

Code:
.postlink:hover {
background-color:#F6F6F6;
color:#404040;
text-decoration:none;

The background-color is the white color you get behind the text when you hover over the link. The color is the color of the text, so change to your will. if you want it off completely just delete the bits you don't need.
 
Brilliant thanks it looks great now. I put what i didn't need in comment tags so if i need them later i still have them =).

+ Rep for you!
 
Back
Top Bottom