Only some FontAwesome Icons are showing...?

  • 11 January 2018
  • 1 reply
  • 16 views

Hi all,

In the builder, 6/6 icons are showing correctly.

However on my published page, only 5/6 are showing.

The missing icon is coded exactly the same as the others.

Does anyone have any ideas?
https://promotions.futurefit.co.uk/font-awesome-help/

Builder (6/6 showing)

Published (5/6 showing)

Many thanks,

Jack


1 reply

Userlevel 6
Badge +3

I haven’t used FontAwesome Icons for a while, but it looks like you’re missing the ::before on the Google+ (you can see it is there on the Instagram code). So I would guess you need to add:

.fa-google-plus-square:before {
content: "\f0d4";
}

Reply