How to change the color of the mobile menu button

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Sep 30, 2013 12:43 pm
Reply with quote
Report this post
Hey there, I would like to change the black color of the menu icon in mobile version. I tried with firebug but I couldn't find it out.

Can you help me out on this one?

Regards, Ferry
User avatar
Fresh Boarder

GK User
Mon Sep 30, 2013 4:03 pm
Reply with quote
Report this post
Hi,
this element is from FONT AWESOME,

Code: Select all
.icon-reorder:before {
    content: "";
}


so you can use any color from HEX list to change it
User avatar
Platinum Boarder

GK User
Mon Sep 30, 2013 4:18 pm
Reply with quote
Report this post
RED COLOR
Code: Select all
.icon-reorder:before { color:red;}


BLUE COLOR
Code: Select all
.icon-reorder:before { color:blue;}


or

GREEN COLOR
Code: Select all
.icon-reorder:before { color:green;}


Of course you can use your own hex color.
Where to implement --> http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder


cron