How do I remove underline from links.
I did some search in CSS file , but got no solution.

Comments

melon’s picture

Status: Active » Fixed

Link underlines are performed via text-decoration css properties.
A global declaration of element <a> is found from line 233 in style.css. You can edit this file to fit your needs.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.