Good afternoon,
I want to change only the menu colors in the Quark theme. I have installed child theme and are busy with css code but it is a bit too difficult. Also due to the fixed menu when scrolling down.
Do you have a few tips?
Thanks!
#gk-header .nav-menu > li > a {
color: #menu;
}
#gk-header .nav-menu > li > a:active,
#gk-header .nav-menu > li > a:focus,
#gk-header .nav-menu > li > a:hover {
color: #menu-hover
}
#gk-header .gk-fixed-nav .nav-menu > li > a {
color: #color-fixed-menu;
}
#gk-header .gk-fixed-nav .nav-menu > li > a:active,
#gk-header .gk-fixed-nav .nav-menu > li > a:focus,
#gk-header .gk-fixed-nav .nav-menu > li > a:hover {
color: #color-fixed-menu-hover
}