• Resolved kc3dprint

    (@kc3dprint)


    I’m wondering if there’s a way to change the color of the nav button (hamburger) on mobile view. My banner is quite dark and the button blends in quite a bit making it hard to see.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author themevedanta

    (@themevedanta)

    Hi @kc3dprint

    Yes, You can change the hamburger menu color with custom CSS.
    Please add below custom CSS in your theme Customize
    Appearance -> Customize -> Additional CSS

    .nav-icon-toggle span {
        background: #fff;
    }

    Currently, we give white color, and you have to give custom color you want to it.

    Thank you

    Thread Starter kc3dprint

    (@kc3dprint)

    Awesome, works perfectly! I set it to #FFFFFF and now it’s white, before it was a very dark blue and blended in with the slightly-less-dark blue header background.

    View post on imgur.com

    Theme Author themevedanta

    (@themevedanta)

    Hi,

    We are happy to help, and We are always ready for your help. If you have like our theme, please give a five-star review. It will be a big help to us from you.

    Happy Developing.

    Thank you

    Thread Starter kc3dprint

    (@kc3dprint)

    Will do!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change hamburger color’ is closed to new replies.