Remove underline from content links
-
I need to remove the underlines from the content links, we’re just going with a different color. I looked up all the css referring to underlines in the site css, and found this:
a {
color: #0084b4;
text-decoration: none;
cursor: pointer;
}but there are still underlines. is there another place I should be looking for code to put in custom css to override the existing underline?
Thanks!!
Vicky
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Remove underline from content links’ is closed to new replies.