Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hi Shopify Community,
I'm David, and I help run a website in Mexico:
I would like to match the same header as we have on the mobile to our desktop header. It changes when it reaches a certain pixel limit.
Screenshot is below of what I would like permanently for all desktop headers. I like that three-lines thing on the upper-left side. It just looks cleaner to me.
Hopefully one of you CSS-ninjas can help me with the custom coding.
Thanks for reading!
Solved! Go to the solution
This is an accepted solution.
Hi @DavidStephens,
1. Go to Online Store->Theme->Edit code
2. Asset->engo-customize.scss.css->paste bellow code in bottom of file
header#header {
display: none !important;
}
.menu_moblie {
width: 100%;
display: inline-flex !important;
}
you can put this in the bottom of your style-main.scss.liquid in your assets folder:
.menu_moblie { display:flex!important } div#shopify-section-header { display: none; }
This is an accepted solution.
Hi @DavidStephens,
1. Go to Online Store->Theme->Edit code
2. Asset->engo-customize.scss.css->paste bellow code in bottom of file
header#header {
display: none !important;
}
.menu_moblie {
width: 100%;
display: inline-flex !important;
}
This worked.
Thank you all for your attention and help. I love this community.
Thanks for kind of words feel free to reach out.
Do you mind sharing what theme you are using?
It’s Wanth Minimal Theme, and I bought it on themeforest.net.
https://themeforest.net/item/wanth-minimal-clean-watch-store-shopify-theme/24671979
Hi I tried this for Turbo theme and it did not work, any idea how I can do the same? Just want media header on desktop and across all devices
User | RANK |
---|---|
211 | |
109 | |
83 | |
59 | |
51 |