Log in

View Full Version : Resolved Line Showing up



sparklingsky
10-25-2009, 02:57 PM
For some reason all of my links (and they're in different classes) have an extra underlined line coming up on the hover. I had set them to have an underline and then I realized that there were two lines for some reason. The first line is not supposed to be there and it's on all of my links. My navigation links are a different class and they have the line as well. I'm really confused. It's got to be something I screwed up in my CSS but I can't seem to figure out what it is.

My website is http://vivid-avenue.net

Never mind, I got it.

jscheuer1
10-25-2009, 03:08 PM
Here's the culprit (in your wordpress/wp-content/themes/Version8/style.css style file):


a:hover {
cursor:help;
text-decoration : none;
border-bottom : 1px dotted #606060;
color : #84a625;
}


Just get rid of that highlighted line.