Attache navgation menu css class
-
Hello everyone,
I was wondering if anybody knew the css class used by attache for the container surrounding the navigation/main menu. I want to change the color of the whole thing.
Thank you very much in advance.
-
Without seeing the page you want I’m not completely sure what you are looking for so here are a few options:
This changes the background color of the whole header –
.site-header {
background: red;
}
This changes the background color of just behind the navigation menu
.site-navigation-wrapper {
background: red;
}I hope this helps. :)
- The topic ‘Attache navgation menu css class’ is closed to new replies.