Shopify themes, liquid, logos, and UX
I want to make the line beneath my header, the same as the line above my footer.
edensbakehouse.nl
yuidri
Footer line:
Header line:
So the header line needs to be solid aswell as 1px and same color.
The code i used for the footer line is:
<style>
footer {
border-top: solid 1px !important;
}
</style>
Please help thanks.
Solved! Go to the solution
This is an accepted solution.
Try this one.
.header-wrapper {
border-bottom: 1px solid;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
Try this one.
.header-wrapper {
border-bottom: 1px solid;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
use this code for line below header
@media screen and (min-width: 990px) {
.header:not(.drawer-menu).page-width {
border-bottom: solid;
}
}
Welcome! Would you mind hitting 'like' as well? Thanks!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024