How to remove underline from links
ravi_9793 - May 14, 2008 - 21:47
| Project: | Ubiquity |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
How do I remove underline from links.
I did some search in CSS file , but got no solution.

#1
Link underlines are performed via
text-decorationcss properties.A global declaration of element
<a>is found from line 233 in style.css. You can edit this file to fit your needs.#2
Automatically closed -- issue fixed for two weeks with no activity.