"MENU" color change

Support desk for Multipurpose Quark Theme
GK User
Fri Apr 03, 2015 11:19 pm
Hi there. Really nice template. Anyway, I have some question. Is there easy way to change color of "MENU" and three lines there?:
temp.jpg

Thx in advance.
User avatar
Fresh Boarder

GK User
Sat Apr 04, 2015 6:05 am
Hi Dusan,
you can play in override.css within this section:
Code: Select all
.dark-bg #gkLogo.text,
.dark-bg #gkMobileMenu span {
  color: #fff;
}
.dark-bg #gkMobileMenu i,
.dark-bg #gkMobileMenu i:after,
.dark-bg #gkMobileMenu i:before {
  background: #fff;
}
.gk-fixed-nav #gkLogo.text,
.gk-fixed-nav #gkMobileMenu span {
  color: #1b1d1e;
}
.gk-fixed-nav #gkMobileMenu i,
.gk-fixed-nav #gkMobileMenu i:after,
.gk-fixed-nav #gkMobileMenu i:before {
  background: #1b1d1e;
}

Do not forget to make a backup of this file!
Cheers,
XLive
User avatar
Junior Boarder

GK User
Sat Apr 04, 2015 9:24 pm
Thx...but..my override.css from tepmlate css folder is empty. I added those code in there, switched ON css override, but nothing happened :(
User avatar
Fresh Boarder

GK User
Fri May 15, 2015 4:37 pm
Any suggestion, Gavick team? Thx in advance!
User avatar
Fresh Boarder

teitbite
Sun May 17, 2015 12:27 pm
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Tue May 19, 2015 9:52 pm
Thx for your help. You helped mi in another post where I added this problem as it was unanswered for a long time. Anyway, it is this site: http://hedon.sk/sk/ ...and now I fixed it by css override, but when scrolling menu into white area, it is not changing to be dark as for example here in contact subpage: http://hedon.sk/sk/kontakt
User avatar
Fresh Boarder

teitbite
Fri May 22, 2015 4:24 pm
Hi

You need to have a page class suffix of "dark-bg" for that. Here an example of how to do that: https://www.gavick.com/documentation/un ... omla-pages
User avatar
Moderator

GK User
Sun May 24, 2015 3:05 pm
I am playing with it...but..no success. So, my question is...for which item I have use "dark-bg" suffix? Actually I have no problem with color of menu in dark background. Problem is with light background. I checked "Suffixes for pages" in template, but there is no item-id which have something to do with http://hedon.sk/sk/kontakt ...where it works well.
User avatar
Fresh Boarder

teitbite
Wed May 27, 2015 4:02 pm
Hi

Please remove my code. I need to ask programmers for help here.
User avatar
Moderator

teitbite
Tue Jun 09, 2015 2:39 pm
Hi

Sorry, I've missed that programmers answered already. Please remove "parallax-bg" from the module class suffixes in modules in tabs.
User avatar
Moderator

GK User
Wed Jun 10, 2015 6:53 pm
I'd like to change the color of the three lines in the mobile menu, too,
only when you see the header module, not when you scrollo down, since I need it to be white,
as you can see in the attached pics (01.png is when you see the header module, 02.png when you scroll down).

I was able change the text color ("menu"), but not of the three lines.

Would you please tell me which code to change and in what?

Thank you!
User avatar
Junior Boarder

teitbite
Fri Jun 12, 2015 8:24 am
Hi

@jowenz tell me the url to Your site so I'll check and make sure css compressions is disabled.
User avatar
Moderator

GK User
Fri Jun 12, 2015 8:29 am
User avatar
Junior Boarder

GK User
Sun Jun 14, 2015 10:08 am
Please tell me when you have you the website.
I'd like to take it offline again, since it's not ready.

Thank you!
User avatar
Junior Boarder

teitbite
Tue Jun 16, 2015 8:30 pm
Hi

Your site has classic menu set at the moment, so I'll try to guess. If You want to change starting color than go to template.css file and in line 289 change them in class:

Code: Select all
.dark-bg #gkMobileMenu i,
.dark-bg #gkMobileMenu i::after,
.dark-bg #gkMobileMenu i::before {
    background: #fff none repeat scroll 0 0;
}
User avatar
Moderator

GK User
Thu Jun 25, 2015 11:00 pm
Thanks for helping.
Sorry, if I didn't understand what I should change.

This is the code I found in line 289 of template.css:

Code: Select all
}
.dark-bg #gkMobileMenu i,
.dark-bg #gkMobileMenu i:after,
.dark-bg #gkMobileMenu i:before {
  background: #fff;
}


what should I change, to change color of the "three lines" in the mobile menu?
User avatar
Junior Boarder

teitbite
Fri Jun 26, 2015 4:39 pm
Hi

Color is defined by this #fff . It's a white color in hex. Just change it to the color of Your choosing.
User avatar
Moderator

GK User
Fri Jun 26, 2015 7:21 pm
Maybe I didn't explain myself in the right way...
I wanted to change the color of the three lines from dark grey to white (fff).
It took me a while, but I found out where to change it:

In template.ecommerce.css
in line 1501 I put this:
Code: Select all
}
#gkMobileMenu i:before,
#gkMobileMenu i:after {
  background: #fff;


and in line 1485 this:
Code: Select all
}
#gkMobileMenu i {
  background: #fff;


I works. I hope it won't create any problems.
What do you think about?

Thank you.
User avatar
Junior Boarder

teitbite
Mon Jun 29, 2015 11:48 pm
Hi

Yes it's good. It's the same solution I proposed. Happy it worked :)
User avatar
Moderator


cron