Site logo

Archived topic

Font Awesome iOs issue

7 replies · Started by Rolandas on May 4, 2018

Viewing posts 1–8 of 8

Hi

I have an issue:
Font-Awesome icons do not load and show up as blank squares. This is happening on devices running iOS 11.3.1 (Safari, Firefox, Chrome, Opera Mini).

I'm seeing that within WP Show Posts. Is it happening anywhere else?

WP Show Posts doesn't load Font Awesome by default, so that must be custom CSS.

You can add Font Awesome yourself using one of these methods: https://docs.generatepress.com/article/font-awesome/

In single post also (before category).
But Font Awesome works fine on Windows, and in WP Show Posts also

That's because you have this custom CSS:

.cat-links::before {
    content: "\f07c";
    font-family: FontAwesome;
    font-size: 20px;
    color: #b72029;
}

The theme no longer uses Font Awesome for its icons: https://generatepress.com/generatepress-2-1/

Thanks!

You're welcome :)

This archived topic is closed to new replies.