How do I make seperator line on dawn theme thicker?

Hello, How do I make this divider line here thicker and darker? I am using the dawn theme and checked seperator line on header section enabled. I have no idea how to edit this line, Thank you.

Hi @kirstenlc5 ,

Go to Assets > base.css and paste this at the bottom of the file:

.header-wrapper--border-bottom {
    border-bottom: 0.2rem solid rgba(var(--color-foreground),1) !important;
}

Hope it helps!

Thank you so much, how do I change the color to a darker gray though?

Hi @kirstenlc5 ,

You just need to change the color code here, it will display fine:

Hope it helps!