Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello, I would just like to make the separator line very slightly thicker but still grey not black. Just slightly more prominent/visible. Thank you.
Solved! Go to the solution
This is an accepted solution.
Please remove my previous code and paste this new code at the bottom of base.css file.
.header-wrapper--border-bottom {
border-bottom: none !important;
box-shadow: rgb(217, 217, 217) 0px -1px 0px 0px inset !important;
}
Hello,
Welcome to the Shopify Community.
I read your problem and it seems that I need to analyze your website to provide the solution here.
Would you please share your website URL and if your website is password protected then also provide the password.
Hi, this is the URL, thanks:
Please go to Online store -> themes -> Edit theme -> Assets -> base.css and paste this code at the end of this file
.header-wrapper--border-bottom {
border-bottom: 4px solid rgba(var(--color-foreground),.08) !important;
}
I hope this solution will work for you.
Thanks but that's a little to thick and wide - I'm more looking for something like this website: https://www.maupets.com/blogs/mau-cat-and-dog-blog?page=2
This is an accepted solution.
Please remove my previous code and paste this new code at the bottom of base.css file.
.header-wrapper--border-bottom {
border-bottom: none !important;
box-shadow: rgb(217, 217, 217) 0px -1px 0px 0px inset !important;
}
Wonderful, thank you so much