Okay
  Public Ticket #1338294
Menu bar color when visible
Closed

Comments

  •  3
    tonypantello started the conversation

    Hi - I'm looking to make the menu / header bar background white when and only when someone clicks the hamburger bar to open the menu. Is there a CSS selector to target for just when the menu is expanded? See the pictures attached for reference.

    Thanks.

  • [deleted] replied

    Hi there,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage. I will try to help you this time though

    Please add the code below to your Custom CSS area:

    .menu-items-blocks.items-visible {
        background-color: #fff;
    }
    .menu-items-blocks {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        -webkit-transition-delay: 180ms;
        transition-delay: 200ms;
    }

  •  3
    tonypantello replied

    Thank you. Much appreciated.

  • [deleted] replied

    You're welcome tonypantello

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from Laborator in advance and have a great day!