FontAwesome problem

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
Wed Mar 23, 2016 1:31 pm
Reply with quote
Report this post
Hi dear support,

I'm facing a little problem with font awesome icons - one of them in "Shopping Cart" menu title just appears as a square in different browers. Others work properly except that one.
Might be I need to update the fontawesome up to last (v4.5) version? If yes, how can I do that?
Website: http://gembiland.com/
CMS Joomla! 3
Screenshot-001.jpg


There's a one thing - this icon works proper in another your template "Shop & Buy" on Joomla! 3 too, the website: http://euro-shapka.com/.
Screenshot-002.jpg


As you can see, both of icons used with unicode by css :before and the code is same.

Hope you'll help,
Regards
User avatar
Junior Boarder

teitbite
Tue Mar 29, 2016 12:19 pm
Reply with quote
Report this post
Hi

I can see this code in override.css:

Code: Select all
#gkTopMenu .gk-cart::before {
    content: "";
    font-family: FontAwesome;
    margin-right: 8px;
}


please try remove the line:

Code: Select all
content: "";


and replace with:

Code: Select all
content: "\f07a"
User avatar
Moderator


cron