In style.css, edit #topnav ul. Add border-bottom property.
#topNav ul {
float:left;
padding-top: 15px;
margin-bottom: 50px; width:609px;
border-bottom: 2px solid yellow;
}
thanks !
But I wanted on hoover …..underlined and should be yellow
#topNav li a:hover, ul#nav li.current_page_item a {color:white; text-decoration:underline;2px solid yellow }
Sorry, but you didn’t say that. Please mark this topic ‘Resolved’.
did you mean something like this ?
#topNav li a {color:#CECFCE;font-weight: bold; padding: 8px;padding-bottom:4px;}
#topNav li a:hover, ul#nav li.current_page_item a {color:white; text-decoration:none;border-bottom:2px solid yellow; }