Calling Font Awesome 4.7

Hi,

Site: https://fantasy-books.live
Wordpress: latest
X Pro: Latest

Problem:

I’m trying to call font awesome icons by using the class

ex.

but nothing shows.

Any ideas as to why?

I thought the theme used font awesome?

J.

Hi There,

I would like to check your website but the link above redirects me to this website: https://creativenovels.com/.

Is it normal?

Which icons are you using? You can find the list of icons on this page: http://demo.theme.co/integrity-1/shortcodes/icons/.

Regards!

Hi. I don’t use a shortcode to call them.

Just <i class="fa-arrow-right"></i>

Hi @JfantasyBooks,

Please try this class below:

x-icon x-icon-arrow-right

Hope it helps.

Let us know how it goes.

Thanks.

Hi.

Unfortunately, it doesn’t work.

Hello There,

Please be advised that we are using a different namespace for Font Awesome to avoid any conflict with other 3rd party plugins. If you want to insert an arrow right, you will have to use this code:

<i class="x-icon x-icon-arrow-right" data-x-icon="&#xf061;" aria-hidden="true"></i>

You may get the data-x-icon value or the Unicode HTML entity from this site: https://fontawesome.bootstrapcheatsheets.com/#themeco

It’s working. Thanks!

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.