How Do I Make Separator Line in the header On Dawn Theme slightly Thicker but still grey?

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.

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.

1 Like

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.

1 Like

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

1 Like

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;
}
1 Like

Wonderful, thank you so much

1 Like