<ul><li> with Awesome works in old Henk themes, not on new RW8

Can anybody help, please? I have this formula which renders perfectly on old Henk V. themes in RW8, not on the new RW8 themes (the Awesome font does not appear):

It’s likely the Henk V. theme had support for Font Awesome 5, but the RW8 themes don’t (yet).

“fas” I know is used only in FA5 so try removing the “fas” and replacing with “fa”. It might even be necessary to remove “fas” completely.

I’d test one icon first to see if it works.

1 Like

Many thanks. Yes, it is something like that, and I have already tried with “fa” instead of “fas” or nothing at all, but it does not work.
The problem is probably that in my settings Code-Head I have this:
script defer src=“https://use.fontawesome.com/releases/v5.0.6/js/all.js
but i need it for a lot of other pages.
(BTW, having been away a lot of time, without using RW, I forgot how to insert code in forum posts) :disappointed_relieved:

```

Put three backticks at start and end of the code.

Many, many thanks. Not that easy using a Mac italian keyboard. But here it is. Grazie
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>

1 Like

DISCOVERED. It depends on the fact that in my CSS I have this:
.fa-li { background-color: teal; padding-top: 10px; padding-bottom: 10px; border-radius: 20px; position: relative; margin-right: -30px; margin-bottom: -5px; margin-top: -10px; color: cyan;}

The background color covers the Awesome font (called from the settings Code/Head/.js), which appears perfectly if I delete the CSS.
Many thanks to everybody

2 Likes

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