grey line under header

Solved

grey line under header

nesriri92
Tourist
6 0 7

hello !

 

I am desperately trying to remove the grey line under ma header and cover image on my shopify website. I have try pretty much everything, can someone help me ? https://rituelle.store/ pw is neocla

Accepted Solution (1)

Moeed
Shopify Partner
7518 2031 2497

This is an accepted solution.

Hey @nesriri92 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.header-wrapper--border-bottom {
    border-bottom: unset !important;
}
</style>

RESULT:

Moeed_0-1745944402443.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 4 (4)

Moeed
Shopify Partner
7518 2031 2497

This is an accepted solution.

Hey @nesriri92 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.header-wrapper--border-bottom {
    border-bottom: unset !important;
}
</style>

RESULT:

Moeed_0-1745944402443.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


nesriri92
Tourist
6 0 7

thank you so much for your help, I have another question, I don't know why but my hamburger icon is not showing on mobile device 😞 , the url is : https://8m19ef-i7.myshopify.com/ could you maybe help me ?

Made4uo-Ribe
Shopify Partner
10202 2422 3068

Hi @nesriri92 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. 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:
.header-wrapper--border-bottom {
    border-bottom: 0 !important;
}
  • And Save.
  • Result:
  • Made4uoRibe_0-1745956179716.png

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

goldi07
Navigator
360 38 69

Hello @nesriri92 

 

I checked your Shopify store at rituelle.store using the password neocla, and I see the thin grey line under the header and above the main image. This is likely a border-bottom or a box-shadow on the header or a wrapper div.

 

Here's the easiest way to remove it:
. From your Shopify Admin, go to:
Online Store > Themes > Customize (on your current theme)

2. Click the three dots (···) in the top left > Edit code

3. In the theme files, open:
assets/base.css (or possibly theme.css, style.css, depending on your theme)

4. At the very bottom of that file, add the following CSS:

.header, .shopify-section-header {
  border-bottom: none !important;
  box-shadow: none !important;
}

 

5. Click Save, then refresh your live site.

 

 

What this does:
. Removes any border-bottom or box-shadow from the header and its wrapper (.shopify-section-header).

. The !important ensures it overrides any default styles.

 

Thank you 😊

Was I helpful?

Buy me a coffee


APPS BY US :

Professional Customer Accounts APP


Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -Goldi184507@gmail.com - Skype: live:.cid.819bad8ddb52736c -Whatsapp: +919317950519
Checkout Some Free Sections Here