Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / TIP: Customizing 3 Bar (hamburger) menu color for your mobile

TIP: Customizing 3 Bar (hamburger) menu color for your mobile

Views: 1,790

Results 1 to 4 of 4
17 Jun 2017, 12:47 AM
#1
pixelpadre avatar

pixelpadre

Suspended

Join Date:
Jun 2007
Location:
Eustis, Florida, USA, EARTH
Posts:
868
Plugin Contributions:
0

TIP: Customizing 3 Bar (hamburger) menu color for your mobile

Took a while to track it down but I eventually found it. Line #4 stylesheet_colors.css has a variable like this:

.header .fa-bars {color:#00ffff;}

You will have to break that one variable out from the pack, other wise you will change all of the other variables on line 4 as well.

I always wondered why my engineering professors crucified me when I turned in fortran programs with insufficient descriptors for each line of the programs. Now I know why they considered it a big deal.

17 Jun 2017, 1:50 AM
#2
davewest avatar

davewest

Totally Zenned

Join Date:
Dec 2007
Location:
Payson, AZ
Posts:
1,075
Plugin Contributions:
7

Re: TIP: Customizing 3 Bar (hamburger) menu color for your mobile

If you really want to go nuts with the hamburger...callmenick(dot)com/post/animating-css-only-hamburger-menu-icons
Do as the (dot) says....... animated mine with a modified Responsive Sheffield Blue v1 template on a ZC 1.5.5e base..

17 Jun 2017, 12:13 PM
#3
pixelpadre avatar

pixelpadre

Suspended

Join Date:
Jun 2007
Location:
Eustis, Florida, USA, EARTH
Posts:
868
Plugin Contributions:
0

Re: TIP: Customizing 3 Bar (hamburger) menu color for your mobile

davewest:

If you really want to go nuts with the hamburger...callmenick(dot)com/post/animating-css-only-hamburger-menu-icons
Do as the (dot) says....... animated mine with a modified Responsive Sheffield Blue v1 template on a ZC 1.5.5e base..

Very Nice. I like the arrow version

12 Mar 2020, 11:53 PM
#4
pixelpadre avatar

pixelpadre

Suspended

Join Date:
Jun 2007
Location:
Eustis, Florida, USA, EARTH
Posts:
868
Plugin Contributions:
0

Re: TIP: Customizing 3 Bar (hamburger) menu color for your mobile

Well my previous comment does seem to work on 1.5.6. any ideas where the color selector for the hamburger is?