I need to change the color of the line below the header in the Prestige theme

In the Prestige theme, with the transparent header disabled, there is a grey line in the bottom of the header. I would like to change the color of this line. Does anyone know how to do that?

Hello,
Please share your store URL with password (If Needed) & Screenshot, So that I will give you proper solution here !

Hi

Thx for reaching out. This is the line I mean below the header. I want the line to be white and this way unvisible, but easy to change back if I need that later. url: nordfolks.com

BR

Cathrin

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.css

header#section-header {
    box-shadow: 0 -1px white inset;
}
1 Like

Great, works perfect!

would you also happen to know how to make the color of the lines in the cart white, and the lines between the menu in the mobile menu black?

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.css

nav.SidebarMenu__Nav.SidebarMenu__Nav--primary .Collapsible {
    border-color: black !important;
}
1 Like

Thx again! This fixed the lines betweeb the menus, but not the line above the social media.

Thank you very much for helping me, I really appreciate it.

BR
Cathrin