How can I resize my sticky menu to hide logo and icons while scrolling?

Hello

I would like my sticky menu to reduce in size when scrolling - therefore hiding the logo and top icons and only leaving the navigation visible. Is that possible?

Impulse Theme

https://39e9ca.myshopify.com/

riacia

Thanks

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
.site-header--opening .header-layout.header-layout--center {
display: none;
}

brilliant - thanks - it worked

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.