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

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

Solved

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

alex771
Tourist
8 0 3

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.

Accepted Solution (1)
Hardik29418
Shopify Partner
2913 418 1083

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

 

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email

View solution in original post

Replies 6 (6)

Hardik29418
Shopify Partner
2913 418 1083

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.

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
alex771
Tourist
8 0 3

Hi, this is the URL, thanks: 

Hardik29418
Shopify Partner
2913 418 1083

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.

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
alex771
Tourist
8 0 3

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

Hardik29418
Shopify Partner
2913 418 1083

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

 

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
alex771
Tourist
8 0 3

Wonderful, thank you so much