I need to make the '+' sign in the mobile menuing to be more bold - plain white. I found one reference in support here with Custom CSS to address this, but when I add this to the custom CSS section of the dashboard, the theme doesn't obey it. Suggestions?
Comments
#Top_bar #menu ul li.submenu .menu-toggle::after {content: "^" !important;
}