Menu button an icon

Support desk for Multipurpose Quark Theme
GK User
Mon Feb 16, 2015 3:15 pm
Hi there,
I need to change font colour for the menu "button" for the sidebar and the menu icon with it. Please advice where to do so?
Thanks!
User avatar
Junior Boarder

GK User
Mon Feb 16, 2015 3:40 pm
Hi,
Code: Select all
#gkMobileMenu {color:red;}
#gkMobileMenu i:before, #gkMobileMenu i:after, #gkMobileMenu i {background:red;}
 

p.s.
check my footer link also.
User avatar
Platinum Boarder

GK User
Mon Feb 16, 2015 4:23 pm
Thanks,
I have put this script into override.less file but now no home link in the sidebar and colour on menu button still black.
User avatar
Junior Boarder

GK User
Tue Feb 17, 2015 11:00 am
Oh didn't have the loss recompile turned on - menu button now changed to white when changed in menu.less Can you advise on how to add background to it so it's more visible on the background image?
Thanks
User avatar
Junior Boarder

GK User
Tue Feb 17, 2015 1:44 pm
I guess yes.
Code: Select all
#gkMobileMenu {padding:5px; background:rgba(0,0,0,0.6); }


of course you can use your own bg color etc.. this is easy part.
User avatar
Platinum Boarder

GK User
Tue Feb 17, 2015 2:16 pm
Hi Ocar, thanks once again - I have trie dto paste this code into override.less however no effect. Also tried to use same in the menu.less file however again no effect.

Oscar E wrote:I guess yes.
Code: Select all
#gkMobileMenu {padding:5px; background:rgba(0,0,0,0.6); }


of course you can use your own bg color etc.. this is easy part.
User avatar
Junior Boarder

GK User
Tue Feb 17, 2015 7:28 pm
add in custom CSS field in template settings,
or rebuild less
but remember this was code for override.css ! only !
User avatar
Platinum Boarder

GK User
Tue Feb 17, 2015 7:42 pm
p.s.
Since now there is GK Quark v1.0.2 and there is a option to have classic menu. Download new template and re-install.
User avatar
Platinum Boarder

GK User
Wed Feb 18, 2015 11:46 am
Oscar,
I have now enabled override css and disabled recompile Less, however still this code didn't add background (highlight) to the menu button. I am not really interested in classic menu ;)


Oscar E wrote:add in custom CSS field in template settings,
or rebuild less
but remember this was code for override.css ! only !
User avatar
Junior Boarder

GK User
Wed Feb 18, 2015 12:31 pm
try to add this code in template settings where is field for custom css,
if will not work show me URL again.
User avatar
Platinum Boarder

GK User
Wed Feb 18, 2015 12:55 pm
Didn't work...

fureysmyth.com


Oscar E wrote:try to add this code in template settings where is field for custom css,
if will not work show me URL again.
User avatar
Junior Boarder

GK User
Wed Feb 18, 2015 4:08 pm
heheh,
I know where is YOUR mistake, sorry dude
you put "none repeat scroll 0 0 rgba(255, 255, 255, 0)" what is means 100% transparency,

now check my example you will see small difference
or try
none repeat scroll 0 0 rgba(255, 255, 255, 0.5)
User avatar
Platinum Boarder

GK User
Wed Feb 18, 2015 4:10 pm
BTW
In your free time please spend few minutes reading about RGBA
http://www.w3schools.com/cssref/css_colors_legal.asp
or play here: http://www.css3maker.com/css-3-rgba.html
User avatar
Platinum Boarder

GK User
Wed Feb 18, 2015 4:35 pm
That makes sense - thanks a lot.
However... crying out loud - it worked for a moment and then it went back to old...

This is the code I have in the override.css
#gkMobileMenu {padding:10px; background:rgba(255,255,255,0.8;}
#gkMobileMenu {color:grey;}
#gkMobileMenu i:before, #gkMobileMenu i:after, #gkMobileMenu i {background:grey;}

the LESS compile is disabled so it shouldn't overwrite the CSS.

Also for the short time it worked the white background on the button's was much bigger then font height.

Oscar E wrote:heheh,
I know where is YOUR mistake, sorry dude
you put "none repeat scroll 0 0 rgba(255, 255, 255, 0)" what is means 100% transparency,

now check my example you will see small difference
or try
none repeat scroll 0 0 rgba(255, 255, 255, 0.5)
User avatar
Junior Boarder

GK User
Wed Feb 18, 2015 4:49 pm
I shown you a tip, I'm not here to build or rebuild your site.
In generally we should help only with issues and how to set.... and your request was about customization anyway.
but sure if you need help with extra customization , mean template tunning :) you can always send me PM.
User avatar
Platinum Boarder

GK User
Wed Feb 18, 2015 6:06 pm
Not a bother Oscar - sorry to be bothering you. I figured it out directly in LESS.

Oscar E wrote:I shown you a tip, I'm not here to build or rebuild your site.
In generally we should help only with issues and how to set.... and your request was about customization anyway.
but sure if you need help with extra customization , mean template tunning :) you can always send me PM.
User avatar
Junior Boarder

GK User
Wed Feb 18, 2015 6:18 pm
Sure, I hope only that you understand between support and customization serves. Sometimes it's thin border.
User avatar
Platinum Boarder


cron