• Resolved tmichael1970

    (@tmichael1970)


    When my site is viewed minimized or in a mobile browser, the menu icon is not visible. It is there and functions properly. It just cannot be seen. I’m certain this is because the menu icon “three lines” are colored white against a white page background. My menu is black, so when the menu is opened on a mobile, you can see part of the white “x” that will close the menu.

    I’m sure this is easily fixed with some CSS. However all of the CSS I can find does nothing to change the color of this menu icon.

    https://www.jaxsi.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @tmichael1970,

    You can use some CSS to tweak the menu button, as you mentioned. What have you tried that doesn’t appear to be working?

    Can you try adding the following to your customizers ‘Additional CSS’ section:

    .menu-toggle div {
       background-color: #000000;
    }

    Let us know how that works on your end.

    Thread Starter tmichael1970

    (@tmichael1970)

    Perfect… Thank you!

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