Shopify themes, liquid, logos, and UX
Hi, can anyone help me remove the black line with css ? thank you
49ba9f-f3.myshopify.com
Pass: paysku
Solved! Go to the solution
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;
}
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;
}
Hi @Daniel19901
Try this one.
@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;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025