Make fa- behave like gk-icon in #gkHeaderMod

Well-designed restaurant Joomla template with parallax effect.
GK User
Sun Jul 05, 2015 12:15 am
Site in development is: http://tortik34.ru/, as you may see in Header module, your set gk-icon wasn't enough for us and I have to use fa fa-icons. But the thing is that in styleX.css it's coded to be gray. Fine, I understand why. I just need it to behave just like gk-icon in #gkHeaderMod - can't come up with the code I have to put in the override.css to make it white! Would you please help? Thanks!
User avatar
Platinum Boarder

GK User
Sun Jul 05, 2015 7:12 am
Solved the color issue with this code in override.css
Code: Select all
#gkHeaderMod .fa {
    color: white;
    font-size: 54px !important;
    padding-right: 0;
}

#gkHeaderMod .fa:hover {
    color: rgba(255, 255, 255, 0.6);
}

Figured out I was trying to call .fa class in the wrong way. One thing I still wasn't able to fix, is to align fa icons with gk icons. Here http://tortik34.ru/ you can see that first and fourth icons (fa-) are slightly lower compared to other (gk-) icons. Any tip?
User avatar
Platinum Boarder

teitbite
Mon Jul 06, 2015 10:51 am
Hi

You just need to add a line-height to Your code:

Code: Select all
#gkHeaderMod .fa {
    line-height: 80px !important;
}
User avatar
Moderator

GK User
Mon Jul 06, 2015 2:11 pm
That's what I was looking for! Perfecto! Thank you!
User avatar
Platinum Boarder

teitbite
Wed Jul 08, 2015 7:47 pm
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron