Solved

Font Awesome Icons in Section Titles?

Excalibur's Avatar
Excalibur · in Support
2 replies 221 views
Best answer · Cory I think you would have to use JavaScript. Here's an example:<script> const forumSelect = document.querySelector('div.forum__name a[href$="90001"]'); const htmlString = `HTML`; forumSelect.insertAdj...
Jump to answer

Is it possible to have Font Awesome Icons in Section Titles? If so, how?

Best answer by Cory View post

I think you would have to use JavaScript. Here's an example:

<script>
const forumSelect = document.querySelector('div.forum__name a[href$="90001"]');
const htmlString = `HTML`;
forumSelect.insertAdjacentHTML('afterbegin', htmlString);
</script>

0
Best answer

I think you would have to use JavaScript. Here's an example:

<script>
const forumSelect = document.querySelector('div.forum__name a[href$="90001"]');
const htmlString = `HTML`;
forumSelect.insertAdjacentHTML('afterbegin', htmlString);
</script>

0

Emojis are possible but no FA icons. A workaround would indeed be using JS as above from Cory.

Theme: FS 2.0
Create Your Community with ForumSpark

ForumSpark is a modern community platform built on custom software. It combines the familiar feel of classic forums with a fast, simple experience designed for today’s communities.