Dear Team,
could you please tell me, how I can show the menu items in a widget without the white background?
I think it only highlights the curent page but I would like to deactivate it.
Here is the page with the menu:
http://test.koelner-musikakademie.de/weiterfuehrenden-schulen
Thank you in advance
A. Georgiou
Hey koelnermusikakademie!
Please insert the below css into your custom css section:
#top .widget_nav_menu li {
background-color: #f8f8f8 !important;
}
Regards,
Dake
Dake!
Thanks for the reply, the solution does remove the white background from the menu.
BUT, if you go down to the footer (SHOP), you will see that it makes its background white.
Can you suggest another solution that doesn´t infect other elements?
Best Regards
A. Georgiou
Hi!
This css should adjust the shop background only:
.menu-shop-footer-container {
background-color: #000000 !important;
}
Regards,
Dake
Sorry Dake, it didn´t change anything.
Any other ideas…?
Hey!
Please remove the last 2 css styles I provided and replace them with the below instead:
.main_color .widget_nav_menu ul:first-child>.current-menu-ancestor {
background-color: #f8f8f8 !important;
}
If this doesn’t work however, please provide us with temporary admin access to your website so I can make direct changes.
Best regards,
Dake
It didn´t help either…
Hi!
Please add following code to Quick CSS
.main_color .widget_nav_menu ul:first-child>.current-menu-item, .main_color .widget_nav_menu ul:first-child>.current_page_item {
background: transparent !important;
box-shadow: none !important;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
Yigit
That worked fine!
Thank you all for the great support and your will to help.
Best Regards
A. Georgiou
Hi!
You’re welcome, glad we could help :)
Please let us know if you ever need any help in the future.
Cheers!
Dake