Menu color not changing nor override

Support desk for Multipurpose Quark Theme
GK User
Tue Aug 25, 2015 9:00 pm
Hello, I have been trying to change the color of the menu font color at the top from the default white. I have tried changing the css override but that wont save, also in the template.css. Override is active.

But no joy. Any suggestions welcomed please.

http://aeroviews.uk
User avatar
Senior Boarder

teitbite
Thu Aug 27, 2015 8:12 pm
Hi

Please make sure LESS recompile option is disabled in template settings. Than You can change the color with this code:

Code: Select all
#gkHeaderNav .gkMainMenu .gkmenu > li > a, #gkHeaderNav .gkMainMenu .gkmenu > li > span {
    color: #26292b;
}
User avatar
Moderator

GK User
Fri Aug 28, 2015 3:14 pm
The override css is now able to be saved, but the styles are still not having an affect.
User avatar
Senior Boarder

GK User
Fri Aug 28, 2015 3:17 pm
The only way i have just found in doing it is deleting important! from the template css.
User avatar
Senior Boarder

GK User
Sat Aug 29, 2015 10:45 am
Remove and add again the style from templates features!
User avatar
Gold Boarder

teitbite
Mon Aug 31, 2015 9:06 am
Hi

Interesting. It doesn't have "!important" rule in my copy of this tempalate. Anyway You can uese this rule as well in override.css:

Code: Select all
#gkHeaderNav .gkMainMenu .gkmenu > li > a,
#gkHeaderNav .gkMainMenu .gkmenu > li > span {
    color: #26292b !important;
}
User avatar
Moderator


cron