The new mobile slide out menu has a little "+" sign if a menu item has sub-menus. What is the css to change the color of that little "+" sign?
Thank you.
Michael
P.S. The following css did not work. I am assuming because it does not target mobile maybe???
#Top_bar #menu ul li.submenu .menu-toggle { color: #ff0000 !important; }
Comments
to change color of these little icons on mobile, you need to use the following css:
#Side_slide #menu ul li.submenu .menu-toggle { color: #FFF !important; }#Side_slide #menu ul li.submenu .menu-toggle { font-size: 30px !important; }