Want to eliminate underline from custom links
-
Hello,
I’m sure this has been beat to death, but I could use some help. I would like to remove the underlines from the links on sidebar nav, and also change their color so that they match the other links on the sidebar. The links change color when you hover over them. I know I need to change the CSS, but am not sure how to do this. Here’s what it looks like currently: http://www.lawrencemodern.com
Any help is much appreciated.
Thanks,
Bill
The blog I need help with is: (visible only to logged in users)
-
-
You have to target the “links” (the “a” links tag).
.sidebar li a { text-decoration: none; }
- The topic ‘Want to eliminate underline from custom links’ is closed to new replies.