View Single Post
  #4  
Old 04-28-2016, 03:37 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Menu a:hover CSS

No! I mean you should add an extra class to selectors like this:
".navbar-inverse .navbar-nav > li > a:hover"

For example, ".navbar.navbar-inverse .navbar-nav > li > a:hover".
Or "#page .navbar-inverse .navbar-nav > li > a:hover".

This will increase the CSS specificity of these rules and make them override other rules that make menu items gray.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote