-
AuthorPosts
-
December 1, 2015 at 12:21 am #544909
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. GeorgiouDecember 1, 2015 at 2:00 am #544925Hey koelnermusikakademie!
Please insert the below css into your custom css section:
#top .widget_nav_menu li { background-color: #f8f8f8 !important; }Regards,
DakeDecember 1, 2015 at 2:43 am #544938Dake!
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. GeorgiouDecember 1, 2015 at 2:51 am #544942Hi!
This css should adjust the shop background only:
.menu-shop-footer-container { background-color: #000000 !important; }Regards,
DakeDecember 1, 2015 at 2:59 am #544946Sorry Dake, it didn´t change anything.
Any other ideas…?December 1, 2015 at 3:16 am #544953Hey!
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,
DakeDecember 1, 2015 at 3:29 am #544959It didn´t help either…
December 1, 2015 at 6:08 pm #545434Hi!
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!
YigitDecember 1, 2015 at 11:49 pm #545672That worked fine!
Thank you all for the great support and your will to help.
Best Regards
A. GeorgiouDecember 2, 2015 at 3:06 am #545698Hi!
You’re welcome, glad we could help :)
Please let us know if you ever need any help in the future.
Cheers!
Dake -
AuthorPosts
- The topic ‘No white background in widget menu’ is closed to new replies.
