I was able to resolve the issue.
My stylesheet was overriding the HTML style, so I had to use another class to make the icons display. See below:
.ewd-ufaq-post-margin-symbol span{
font-family: 'ewd-toggle-icon' !important;
}
Hope this helps someone.
Thanks!
-
This reply was modified 6 years, 9 months ago by bkreative.