separator lines in drawer dawn theme 15.0

separator lines in drawer dawn theme 15.0

MinhajAhmed106
Explorer
54 1 10

hi, i want to put separator lines like this on my shopify store. how can i do that ! post the solution i will not share my store details, i want to do it by myself so i can learn it while doing it thank you222.jpg

 

Replies 4 (4)

BSSCommerce-HDL
Shopify Partner
2305 834 905

Hi @MinhajAhmed106

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSCommerceHDL_0-1719710204192.png

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

 

 

<style>
.menu-drawer__menu.has-submenu li {
    position: relative;
}
.menu-drawer__menu.has-submenu li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    background-color: #0000001f;
}
</style>

 

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

MinhajAhmed106
Explorer
54 1 10

it wasnt done well i wanted exactly like what was in example picture. 

WalkYourStyle
Navigator
472 57 77

Can you show an image of how it looks after the code you've added?

BSSCommerce-HDL
Shopify Partner
2305 834 905

Hi @MinhajAhmed106, Pls try again with this code: 

 

 

<style>
ul.menu-drawer__menu.has-submenu.list-menu li {
    border-bottom: 1px solid #80808057;
}
</style>

 

 

Here is result: 

BSSCommerceHDL_0-1719714940824.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now