Change only menu color

Multipurpose WordPress Theme Forum Support
GK User
Thu Feb 18, 2016 1:58 pm
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!
User avatar
Junior Boarder

Joshua M
Fri Feb 19, 2016 9:53 am
Hi,
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Sun Feb 21, 2016 4:37 pm
Thanks for looking into this. Weblink employeeadvocacy.nl
User avatar
Junior Boarder

Joshua M
Mon Feb 22, 2016 1:49 pm
Try to add the following custom css code to your theme (with your own color values):
Code: Select all
#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
}
User avatar
Moderator

GK User
Wed Feb 24, 2016 3:45 pm
Great Joshua, this works like a charm. Thank you!
User avatar
Junior Boarder


cron