how to remove these underlines

remember

New Member
28244fp.jpg


i want to remove all underlines in the theme..pls help me!
 
Add this:
Code:
a:link, a:active, a:visited, a:hover {
  text-decoration:none;
}

in your styles "Additional CSS Definitions" box
Admincp>>Styles & Templates>>style manager>>your style
 
Back
Top