How to prevent changing classic menu in header to hamburger menu

Solved

How to prevent changing classic menu in header to hamburger menu

stephanos1
Tourist
12 0 1

Hello, everyone! 🙂

 

When I use PC version of the store, my main menu turns to hamburger manu as soon as I start scrolling. But I want to keep it classic all the time. How can I make the change?

 

My store is vollmart24.com.

Thank You,

Szczepan

Accepted Solution (1)

Guleria
Shopify Partner
4058 797 1146

This is an accepted solution.

Hello @stephanos1 ,

 

Add this css at the bottom of file style.css

.is-sticky .sticky-menu-wrapper {
    visibility: visible !important;
    opacity: 1 !important; 
}
.is-sticky .header__menu-toggle {
    visibility: hidden !important;
}

 

  

Thanks

 

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 2 (2)

Guleria
Shopify Partner
4058 797 1146

This is an accepted solution.

Hello @stephanos1 ,

 

Add this css at the bottom of file style.css

.is-sticky .sticky-menu-wrapper {
    visibility: visible !important;
    opacity: 1 !important; 
}
.is-sticky .header__menu-toggle {
    visibility: hidden !important;
}

 

  

Thanks

 

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
stephanos1
Tourist
12 0 1

Thank You @Guleria . It worked!. Next step although - I need a background on this menu, now it is transparent 🙂