• Resolved id820

    (@id820)


    Heya, i set my toggle to black and my menu background aswell, so, when i click to open the menu i am unable to see my toggle button. How can i make it white when active/menu opened? Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User

    (@anonymized-16110022)

    At this moment it’s not possible to change the color of the toggle when the menu is open. (Good point, maybe we have to add this in the future!)

    For now you could use custom CSS like this:

    
    selector .fsmfe-wrapper .menu-toggle:checked+.icon-bars .bar-top,
    selector .fsmfe-wrapper .menu-toggle:checked+.icon-bars .bar-bottom {
        background-color: #fff;
    }
    
    Thread Starter id820

    (@id820)

    Oh awesome, thank you for the CSS, i tried doing that myself but i failed, appreciate a lot. And yeah, having it as a built-in option/feature would be really nice! Keep up the great work, loving this plugin!

    Anonymous User

    (@anonymized-16110022)

    Great! Happy I could help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Toggle button color when active?’ is closed to new replies.