can you share your mobile site link. then i will help you.
Thanks for the help. The site is http://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.

picture with firebugopen in mobile view
Thanks for any help!
-
This reply was modified 9 years, 5 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