How do I change the hover color text of the top menu ?
Hello,
Add this to your style.css file or in Appearance > Customize > Custom CSS.
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover { color: #000000; }
You can change the color HEX code to whatever you want.
Find them here http://www.color-hex.com/
You must be logged in to reply to this topic.