Jump to content

Cant change menu colour


megarock

Recommended Posts

Hi, I tried a lot but I cant change the menu colour to black #000000, Im editing the

 

web-> https://goo.gl/hnqbKf

 

#header .header-top a[data-depth="0"] {
    color: #7a7a7a;
    text-transform: uppercase;
}

 

to

#header .header-top a[data-depth="0"] {
    color: #000000;
    text-transform: uppercase;
}

 

but this doesnt works via css module, please help :( 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...