Hi, I am currently using the Dawn theme and I want to change the header menu color. Just the menu section of the header, not the whole header itself.
I added this piece of code in Assets > Base.css, which made the menu the color I wanted.
.header__inline-menu{
background:#ffffff;
}
Is there a way to expand the menu to be full paged? Any help would be much appreciated.
This is how it looks now.
This is how I would like it to look like.

