Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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. Georgiou

    #544925

    Hey koelnermusikakademie!

    Please insert the below css into your custom css section:

    #top .widget_nav_menu li {
    	background-color: #f8f8f8 !important;
    }

    Regards,
    Dake

    #544938

    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

    #544942

    Hi!

    This css should adjust the shop background only:

    .menu-shop-footer-container {
    	background-color: #000000 !important;
    }

    Regards,
    Dake

    #544946

    Sorry Dake, it didn´t change anything.
    Any other ideas…?

    #544953

    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

    #544959

    It didn´t help either…

    #545434

    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

    #545672

    That worked fine!

    Thank you all for the great support and your will to help.

    Best Regards
    A. Georgiou

    #545698

    Hi!

    You’re welcome, glad we could help :)

    Please let us know if you ever need any help in the future.

    Cheers!
    Dake

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘No white background in widget menu’ is closed to new replies.