Viewing 4 replies - 1 through 4 (of 4 total)
  • can you share your mobile site link. then i will help you.

    Thread Starter matthylland

    (@matthylland)

    Thanks for the help. The site is https://www.begintoinvest.com

    I thought I knew enough for me to get in trouble. I looked at the mobile site with firebug and think it is the menu-tree parent links that I need to edit. But i don’t see where to edit the colors for this in the css files….I could be completely wrong though.

    site with firebug and menu open
    picture with firebugopen in mobile view

    Thanks for any help!

    • This reply was modified 8 years, 3 months ago by matthylland.

    Hi,

    You can give the menu a custom background color by adding the CSS below to Appearance > Customize > Custom CSS.

    #main-menu.wptouch-menu.show-hide-menu {
    background-color: green !important;
    }

    where “green” can be changed to a color value to suit your needs.

    Regards,

    Emilio Rivera
    WPtouch Support

    Thread Starter matthylland

    (@matthylland)

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menu Dropdown Background Color’ is closed to new replies.