Need to Know how to change the colour of Nav bar

As our brand colour is purple I want to change the Navar of our website. I’m not able to change, Pleaes help

Hello Dakshaartistry,
Please share your site url.
So that i can check and let you know the exact solution here.

https://restolex-online.myshopify.com/

I want to change the color of navbar to logo background colour and fonts
into white

Hello Dakshaartistry,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

nav#AccessibleNav {
    background-color: #6c488f;
}
.site-nav__label {
    color: white;
}
.site-nav__link .icon-chevron-down {
    color: white;
}

[image: Screenshot 2020-08-20 at 4.43.09 PM.png]

Hi I want the band color end to end not as a patch,
thankyou in advance

Hello Dakshaartistry,
Replace above code with

.grid.grid--no-gutters.grid--table.site-header__mobile-nav {
    background-color: #6c488f;
}
.site-header.border-bottom.logo--left {
    background-color: #6c488f;
}
.site-nav__label {
    color: white;
}
.site-nav__link .icon-chevron-down {
    color: white;
}
.icon.icon-search {
    color: white;
}
.site-header__icon.site-header__cart {
    color: white;
}
.icon.icon-hamburger {
    color: white;
}

Hi Team,

Now after pasting the above code dropdown content have turned to
white.Please help me with this
[image: Screenshot 2020-08-21 at 12.24.29 PM.png]

Hello Dakshaartistry,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

.site-nav__dropdown .site-nav__label{
		color:#606060;
}

Hi Team,

After all corrections, We changed the domain from
https://restolex-online.myshopify.com/ to www.restolex.com, From morning
we were able to see the new one. But suddenly after 8.30 old version is
opening in the same.

Kindly help to resolve this issue