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.
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:
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.
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; }Thank you. Much appreciated.
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!