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?