Hi,
I’ve tried using the Entypo icons in the small info text, but they are not showing.
I’ve tried in several ways, but no luck (no plugins active).
<div class="avia-font-entypo-fontello">📞</div>
Replacing div with span tags didn’t help either. Editing them in via the header.php is not working either. Any help on this subject would be greatly appreciated!
By the way: I’ve used the HTML-tag for the character: &# 128222;
Hey!
Generate the icon using the insert shortcode wand. You can find it under Content Elements panel then get the actual html using google chrome’s inspect element. Place the generated html code on the small info text field. It should look like this:
<span class="av_font_icon avia_animate_when_visible av-icon-style- av-no-color avia-icon-pos-left avia_start_animation avia_start_delayed_animation" style=""><span class="av-icon-char" style="font-size:15px;line-height:15px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span>
Cheers!
Ismael