Shopify themes, liquid, logos, and UX
hi,
I want to hide the search icon and burger menu on both mobile and desktop. I’d like to move the logo to the left and button to the right on mobile.
on desktop I’d like to make it full width sk logo all the way on left and button on right.
my site is https://eftfkw-vc.myshopify.com
im using Dawn theme*
Solved! Go to the solution
This is an accepted solution.
Hi @Luxurymrkt
.header__icons {
display: none !important;
}
@media screen and (max-width: 768px){
header-drawer {
display: none !important;
}
header.header {
grid-template-areas:
"heading navigation" !important;
}
nav.header__inline-menu {
margin-left: auto !important;
}
}
I hope this helps
Best,
Daisy
This is an accepted solution.
Hi @Luxurymrkt
.header__icons {
display: none !important;
}
@media screen and (max-width: 768px){
header-drawer {
display: none !important;
}
header.header {
grid-template-areas:
"heading navigation" !important;
}
nav.header__inline-menu {
margin-left: auto !important;
}
}
I hope this helps
Best,
Daisy
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024