How do I change the rollover color in the NAV from black to red #e51937? Body copy links work fine.
Site is http://adguys.com/PRON
How do I change the rollover color in the NAV from black to red #e51937? Body copy links work fine.
Site is http://adguys.com/PRON
Hey,
you can add the following to the bottom of your style.css
.menu li a:hover {
color: #e51937;
}You must log in to post.