Configure main menu to remain black all the time

Support desk for Multipurpose Quark Theme
GK User
Fri Jan 27, 2017 3:31 pm
Apologies if this has been answered. I would like the main menu to remain black always and not swap colors when scrolling. Our headers will either be all white or very light in color. Perhaps I missed something in the override.css? Any help would be appreciated. Thank you!
User avatar
Fresh Boarder

teitbite
Tue Jan 31, 2017 9:50 am
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.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 none repeat scroll 0 0;
}
User avatar
Moderator


cron