FontAwesome issue causing social icons blank
-
In Font Awesome 5, all brand logos are moved to ‘Font Awesome 5 Brands’, not ‘FontAwesome’ anymore (as seen in Obilque 2.0.12), rendering social icons blank.
Temporary fix is to add proper font-family to theme custom CSS:
.social-navigation li a::before { font-family: 'Font Awesome 5 Brands'; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘FontAwesome issue causing social icons blank’ is closed to new replies.