How Do I get rid of the thin white line between the drawer menu and my homepage?

Solved

How Do I get rid of the thin white line between the drawer menu and my homepage?

MaisonBillonDon
Explorer
87 0 15

How Do I get rid of the thin white line between the drawer menu and my homepage? I've included a screenshot for reference. 

 

Theme: Origin

URL: billon.maison

 

Screenshot 2025-02-01 at 9.46.07 AM.png

Bravo Billón
Accepted Solution (1)

CodingFifty
Shopify Partner
914 136 164

This is an accepted solution.

Hi @MaisonBillonDon,


Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

 

div#menu-drawer {
    border: none !important;
    box-shadow: none !important;
}

 

 

CodingFifty_0-1738421579933.png

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com

View solution in original post

Replies 2 (2)

CodingFifty
Shopify Partner
914 136 164

This is an accepted solution.

Hi @MaisonBillonDon,


Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

 

div#menu-drawer {
    border: none !important;
    box-shadow: none !important;
}

 

 

CodingFifty_0-1738421579933.png

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com

DaisyVo
Shopify Partner
4402 488 581

Hi @MaisonBillonDon 

I hope you are well. You can follow our instructions below:


1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ

 

Here is the code for Step 3:

{% style %}

div#menu-drawer {
border-right: 2px solid #19100B !important;
}

{% endstyle %}

DaisyVo_0-1738423886150.png

 

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution