Jump to content

[SOLVED] How can I modify the Background of Menu Sub categories


1stshops

Recommended Posts

Hello

 

You need to go to:

 

leomenusidebar.css

 

and around line 123 add:

 

background-color: #000000;  

 

#leo-verticalmenu .megamenu li.dropdown:hover .dropdown-menu {
  left: 100%;
  background-color: #000000;
}
 
Or it maybe just as easy to put this code anywhere in global.css
 
Paul
Link to comment
Share on other sites

 

Hello

 

You need to go to:

 

leomenusidebar.css

 

and around line 123 add:

 

background-color: #000000;  

 

#leo-verticalmenu .megamenu li.dropdown:hover .dropdown-menu {
  left: 100%;
  background-color: #000000;
}
 
Or it maybe just as easy to put this code anywhere in global.css
 
Paul

 

Hello, I have tried this, but it does not work. The Submenu remains white. I have added the code to the global.css and to leomenusidebar.css but non worked. The are still in, so you can check at shop.infinitec-group.com

 

Link to comment
Share on other sites

hello

dropdown menu is now gray as it is defined in css styles

N2GNcCH.png

 

perhaps you want to change main item links (not dropdown) background?

Yes, those have changed,but I wanted to modilfy the 2nd Level Menu on the maint Category

 

Like on the Picture: Menu_Background.gif

Link to comment
Share on other sites

×
×
  • Create New...