1stshops Posted November 20, 2014 Share Posted November 20, 2014 Hello, I need to modify the background color of a sub category on the left hand Menu. Where can I do this? Thanks in advance for helping Marc Link to comment Share on other sites More sharing options...
vekia Posted November 20, 2014 Share Posted November 20, 2014 what theme you use? everything depends on it. Link to comment Share on other sites More sharing options...
1stshops Posted November 20, 2014 Author Share Posted November 20, 2014 what theme you use? everything depends on it. I use a LeoTheme LeoStyle Link to comment Share on other sites More sharing options...
1stshops Posted November 21, 2014 Author Share Posted November 21, 2014 I use a LeoTheme LeoStyle Can any one help? Link to comment Share on other sites More sharing options...
vekia Posted November 22, 2014 Share Posted November 22, 2014 i don't know this theme so it's a little hard to help without possibility to check your website can you please share url to shop? Link to comment Share on other sites More sharing options...
Paulito Posted November 22, 2014 Share Posted November 22, 2014 Hello Is it this theme? http://screencast.com/t/OYx0PI7daz Paul Link to comment Share on other sites More sharing options...
1stshops Posted November 22, 2014 Author Share Posted November 22, 2014 (edited) i don't know this theme so it's a little hard to help without possibility to check your website can you please share url to shop? Yes, the shop is shop.infinitec-group.com Edited November 22, 2014 by 1stshops (see edit history) Link to comment Share on other sites More sharing options...
Paulito Posted November 22, 2014 Share Posted November 22, 2014 Hello Is this correct http://screencast.com/t/PLSHwNdu Paul Link to comment Share on other sites More sharing options...
1stshops Posted November 22, 2014 Author Share Posted November 22, 2014 Hello Is this correct http://screencast.com/t/PLSHwNdu Paul Hello, I actually just want to change the Background of the Sub Categories. Not the Main Categories. Link to comment Share on other sites More sharing options...
Paulito Posted November 22, 2014 Share Posted November 22, 2014 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 More sharing options...
1stshops Posted November 23, 2014 Author Share Posted November 23, 2014 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 More sharing options...
vekia Posted November 24, 2014 Share Posted November 24, 2014 hello dropdown menu is now gray as it is defined in css styles perhaps you want to change main item links (not dropdown) background? Link to comment Share on other sites More sharing options...
1stshops Posted November 24, 2014 Author Share Posted November 24, 2014 hello dropdown menu is now gray as it is defined in css styles 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: Link to comment Share on other sites More sharing options...
1stshops Posted November 26, 2014 Author Share Posted November 26, 2014 Yes, those have changed,but I wanted to modilfy the 2nd Level Menu on the maint Category Like on the Picture: No idea? Link to comment Share on other sites More sharing options...
vekia Posted November 26, 2014 Share Posted November 26, 2014 No idea? this element: ? the same for each other 2nd level, that's right? Link to comment Share on other sites More sharing options...
1stshops Posted November 26, 2014 Author Share Posted November 26, 2014 this element: ? the same for each other 2nd level, that's right? Exactly, this elements, for all subcategories, yes. That's what I want :-) Link to comment Share on other sites More sharing options...
vekia Posted November 26, 2014 Share Posted November 26, 2014 Exactly, this elements, for all subcategories, yes. That's what I want :-) paste this somewhere to your global.css stylesheet file #categories_block_left ul li ul {background:#c0c0c0;} of course customize color as you want :-) Link to comment Share on other sites More sharing options...
1stshops Posted November 26, 2014 Author Share Posted November 26, 2014 paste this somewhere to your global.css stylesheet file #categories_block_left ul li ul {background:#c0c0c0;} of course customize color as you want :-) Thanks an awful lot, that's it. You made my week :-) Link to comment Share on other sites More sharing options...
vekia Posted November 26, 2014 Share Posted November 26, 2014 you're welcome :-) and sorry for long waiting time i missed your replies here anyway, glad to hear that it is solved :-) i can go ahead and mark topic as [solved] now with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts