Adding a white bar to dawn theme navigation, how?

mikery
Excursionist
20 0 4

Hello!

I would like to add a white bar to the navigation and keep the fonts a green color like this one #3A7367 but I dont know how.

Can anybody help? 

mikery_0-1636707212973.png

 

Replies 3 (3)
Zworthkey
Shopify Partner
5581 642 1552

Hii, @mikery 
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

mikery
Excursionist
20 0 4

Hello!

 

its Brazelets.com

password: goof

Kinjaldavra
Shopify Partner
2302 570 1416

hello @mikery 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.header  .header__inline-menu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
}
.header  .header__active-menu-item , .header__inline-menu span {
    color:  #3a7367 ;
}