Adding icons to list block labels

Hello Softr!

Is it possible to get icons to show up in the labels? Ideally without text at all

Solved. For anyone wondering: Added the free fontawesome pack to the site in the custom code header section. Then was able to add icons by inserting the code showcased below in the labels

<i class="fa-solid fa-user"></i>
1 Like

For more info: https://fontawesome.com/

And <i class="fa-solid fa-user"></i> is the icon for => User Classic Solid Icon | Font Awesome

2 Likes

Anyone have an idea why this doesn’t work in table headings?