Fixed Menu Bar

Support desk for Multipurpose Quark Theme
GK User
Tue Nov 24, 2015 4:09 am
So first I have 2 things Im trying to get working. First I have setup the Menu Type to be "Classic Menu". My client cant see the small menu Icon and wants it fixed. However it seems to only stay fixed as I scroll back up, not down. Is there a way to fix this?

Also my font color is white when I first load into the website, then the font is black in fixed menu, I need it to be black all the time, is there a setting for this?

Thanks for the help guys, much appreciated.
User avatar
Junior Boarder

GK User
Tue Nov 24, 2015 5:23 pm
Could you please post an url to your site?
User avatar
Moderator

GK User
Tue Nov 24, 2015 5:48 pm
yes, its KingCoconutWater.com
User avatar
Junior Boarder

GK User
Tue Nov 24, 2015 5:55 pm
Lets start with menu behave - its a designed feature of this template... To remove it you would need to edit some core javascript template files. Are you ok with that?
User avatar
Moderator

GK User
Tue Nov 24, 2015 11:44 pm
At this point it would best if I can see this with a dark color font first. May not need to change the way it behaves if the top menu has dark font. Right now its white which I cant see it.

Lets start with that and lets see how this looks, that might be all that is needed. What setting to I change?
User avatar
Junior Boarder

GK User
Wed Nov 25, 2015 8:03 pm
Please edit: /templates/gk_quark/css/override.css and add at its end:
Code: Select all
.dark-bg .gkMainMenu > .gkmenu > li > a, .dark-bg .gkMainMenu > .gkmenu > li > span {
    color: #000 !important;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Wed Nov 25, 2015 8:12 pm
You might also want to change logo color to black:
Code: Select all
.dark-bg #gkLogo.text, .dark-bg #gkMobileMenu span {color: #000;}
User avatar
Moderator

GK User
Wed Nov 25, 2015 10:42 pm
my override CSS file was empty. So I added the lines you suggested and upload. Then I changed the setting to select my overide file and the website doesnt display.

I have reverted back to the Off Canvas Menu, the problem is I have a light color background and white menu Icon that customers cannot see.
User avatar
Junior Boarder

GK User
Thu Nov 26, 2015 5:33 pm
Please check if less compilation (template settings) is enabled. If so, please disable it and add those lines to the override.css file again.
User avatar
Moderator


cron