Remove black line from mobile header

Solved

Remove black line from mobile header

Daniel19901
Shopify Partner
283 2 79

Hi, can anyone help me remove the black line with css ? thank you

49ba9f-f3.myshopify.com

Pass: paysku

Daniel19901_0-1733773906804.png

 

Accepted Solution (1)

Asad-Mahmood
Navigator
300 51 55

This is an accepted solution.

Go to your online store -> edit code -> base.css file and paste this css in the end of file

.header-mobile {
    box-shadow: none !important;
    border-bottom: unset !important;
}

 

AsadMahmood_0-1733775324769.png

 

If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp





View solution in original post

Replies 2 (2)

Asad-Mahmood
Navigator
300 51 55

This is an accepted solution.

Go to your online store -> edit code -> base.css file and paste this css in the end of file

.header-mobile {
    box-shadow: none !important;
    border-bottom: unset !important;
}

 

AsadMahmood_0-1733775324769.png

 

If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp





Made4uo-Ribe
Shopify Partner
9594 2285 2840

Hi @Daniel19901 

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:

 

@media only screen and (max-width: 1025px){
.section-header-mobile:not(.scrolled-past-header) .header-mobile--transparent {
    border: none !important;
}
.header-mobile {
    box-shadow: none !important;
}
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1733775406351.png

     

 

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.