Shopify themes, liquid, logos, and UX
Hi. I am trying to remove the thin white line, which is currently on the bottom of my header if someone can please assist. Website is theothelabel.com
Thanks,
Joey
Solved! Go to the solution
This is an accepted solution.
There is usually a setting in the theme editor that allows you to remove it. If not, you can remove it with code:
1. Navigate to the code editor: Online Store --> Themes --> Edit code --> assets --> app.css
2. Add the following CSS code to the bottom of the file:
header#header {
border-bottom: none;
}
Let me know how it goes!
This is an accepted solution.
There is usually a setting in the theme editor that allows you to remove it. If not, you can remove it with code:
1. Navigate to the code editor: Online Store --> Themes --> Edit code --> assets --> app.css
2. Add the following CSS code to the bottom of the file:
header#header {
border-bottom: none;
}
Let me know how it goes!
You rock! This worked, thanks.
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024