Hamburger menu change font style of the '+' sign

Hi there, is it possible to change the font style (eg colour) of the '+' sign in the mobile hamburger menu?

Comments

  • Hello,
    It's the same as the link color, but with lower opacity.
    If you would like to change it separately, you will have to use the CSS code.
    Example of it below:
    #Top_bar #menu ul li.submenu .menu-toggle{
    color:green !important;
    }
    Paste it into the Theme Options > Custom CSS & JS > CSS
    Thanks
Sign In or Register to comment.