Oh, and is there a way to change the icon used in the header? I have an SVG I’d like to replace it with.
Here’s a couple topics about replacing icons:
3 Likes
I use this in the head_tag of a theme component of my forum
<script type="text/discourse-plugin" version="0.8">
api.replaceIcon('robot', 'rocket');
</script>
Might have to load it into the icon settings in admin - svg icon subset
We’re using fontawesome 6 now too
7 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.