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

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.

#2

Status:fixed» closed (fixed)

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