Fa Fa-Bars Color Change
- GK User
- Tue Jun 13, 2017 12:23 pm
Hi,
how can I change color of mobile FA FA-BARS (3 bars button) from white to black?
thanks
how can I change color of mobile FA FA-BARS (3 bars button) from white to black?
thanks
-
- Fresh Boarder
- GK User
- Tue Jun 13, 2017 7:51 pm
You can use FireBug Mozilla extension and find the codes, in order to modify related CSS files.
-
- Junior Boarder
- GK User
- Wed Jun 14, 2017 8:07 am
Yes, I was trying for two days and I could not find it.
-
- Fresh Boarder
- GK User
- Wed Jun 14, 2017 10:09 am
Provide your site URL. Thanks
-
- Junior Boarder
- teitbite
- Thu Jun 15, 2017 10:31 am
Hi
Please add this code to override.css and make sure override is enabled in template settings.
Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
#gkMobileMenu i {
color: #000;
}
-
- Moderator
5 posts
• Page 1 of 1