Posted by ravi_9793 on May 14, 2008 at 9:47pm
Jump to:
| Project: | Ubiquity theme |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
How do I remove underline from links.
I did some search in CSS file , but got no solution.
Comments
#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.