Header Icons (Fontawesome) in white color

GK User
Wed Oct 26, 2016 1:03 pm
Hi there,
I've tried to replace some icons from demo content.
Therefore Idon't need any o the template specific icons. So I used Fontawesome icons.
Code looks like that:
Code: Select all
<i class="fa fa-inverse fa-car"></i>

But sadly it doesn't appear in white color:
Header-Icons_Referenzen-schwarz.jpg


The CSS says there is a definition for #FFFFFF, but it doesn't bite:
Header-Icons_css-output.jpg


What is the best way to get these icons in white color?
User avatar
Fresh Boarder

teitbite
Fri Oct 28, 2016 12:01 pm
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkHeaderMod .gk-short-menu i {
color: #fff;
}
User avatar
Moderator

GK User
Tue Nov 01, 2016 1:06 pm
Thx a lot.
It works now!
User avatar
Fresh Boarder

teitbite
Sat Nov 05, 2016 8:17 pm
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron