@streamworksaudio – Sure we use × in ours all the time.
If that doesn’t work for you then the next best bet would be a filter or custom template.
Hope that helps.
How about using an <i> tag. Something like this…
<i class="fa fa-times" aria-hidden="true"></i>
This only shows the HTML itself and not the desired font.
Cheers
@streamworksaudio – Likely you will have to use a custom template. We had to apply a filter to that to prevent XSS vulnerabilities which seems to be removing HTML.
I may be able to add a new filter after that for you in the future.
In the mean time copy the /templates/popup.php file to your theme folder/popmake/popup.php and customize away.
Thanks Daniel,
Is that the correct path though for the template file? I made a copy into my child theme directory (child-theme/popmake/popup.php) and made some changes but they are not having any affect.
Cheers
Perfect – that did it. Just change the button text from the function to get the test to the font awesome <i> tag.
Thanks again.
@streamworksaudio – Advanced Theme Builder will be bringing icon packs with it shortly so you won’t have to hack it much longer.
Glad you got it worked out.