Hey I wanted to know if there was a way to make the line that divides the header from the first section more noticable, I really can barely see it. Thanks.
Hello @AlexLundquist
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom
.header-wrapper--border-bottom {
border-bottom: 0px !important;
}
I still cant see it, is there a way maybe to turn that line black instead of the grey color?
Hello @AlexLundquist
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom
.header-wrapper--border-bottom {
border-bottom: 1px solid #000!important;
}
.product {
margin-top: 30px !important;
}
1 Like