Hi there,
i have problem with the light/dark scheme:
http://www.bgrobots.com/
as you can see, the color scheme is light, but it uses white for the menu and the light version of the logo.
How to fix that?
Thanks,
V
.dark-bg #gkLogo.text,
.dark-bg #gkMobileMenu span {
color: #000;
}
.dark-bg #gkMobileMenu i,
.dark-bg #gkMobileMenu i:after,
.dark-bg #gkMobileMenu i:before {
background: #000;
}
.dark-bg .gkMainMenu > .gkmenu > li > a:hover,
.dark-bg .gkMainMenu > .gkmenu > li > a:active,
.dark-bg .gkMainMenu > .gkmenu > li > a:focus,
.dark-bg .gkMainMenu > .gkmenu > li.active > a {
color: rgba(0,0,0,0.75) !important;
}
.dark-bg .gkMainMenu > .gkmenu > li > a,
.dark-bg .gkMainMenu > .gkmenu > li > span {
color: #000 !important;
}