How do you get a hover color for the the menu links on the small navigation bar? I'm using child theme BFNav and referring to "navsmall". I've tried putting in the hover code, but it's not working.
thanks! any help is appreciated.
How do you get a hover color for the the menu links on the small navigation bar? I'm using child theme BFNav and referring to "navsmall". I've tried putting in the hover code, but it's not working.
thanks! any help is appreciated.
it's a matter of css specificity. This works if added at the bottom of the child theme style.css:
#top .topnav a:hover { color: #fff; }
perfect. thanks!
You must log in to post.