All things Shopify and commerce
hi I would like my drawer to be the full height of page and also add line on it like photo shown above how would I do this?
Hi @Ceebee1
Would you mind to share your store URL? Thanks!
Ceebeeldn.com
Thanks for the info, Please make changes on your post.
So it will goes to get this design.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width: 749px){
.menu-drawer {
top: 0;
}
.header__icon--menu svg.icon.icon-close {
color: black !important;
z-index: 5;
}
ul.menu-drawer__menu.has-submenu.list-menu {
padding-top: 20px;
}
}
And Save.
Result:
It’s not working I use the dawn theme
Add this on diffirent files.
From your Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
@media only screen and (max-width: 749px){
.menu-drawer {
top: 0;
}
.header__icon--menu svg.icon.icon-close {
color: black !important;
z-index: 5;
}
ul.menu-drawer__menu.has-submenu.list-menu {
padding-top: 20px;
}
}
</style>
And Save.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025