link's underline color

asimarda260

New Member
underline is white how can i change it??

111111111111lm8.png
 
Add this code in the additional css
PHP:
a:hover,a:active,body_ahover {
color:#00f;
border-bottom:1px solid red;
}

a:link,body_alink,a:visited,body_avisited {
color:#00f;
}
remember to change the colors to your choice


scrap that, thats your navbar in styles manager scroll down to "navbar text"

remove everything from:
Normal Links CSS
Visited Links CSS
Hover Links CSS
 
Back
Top