Hi,
Instead of Home name for homepage I would like to display the house icon from Fontello. How would that be possible please?
Thank you!
Hi costin!
Use the icon element, insert it on a post or a page. Use google chrome then inspect the icon element. Get the html code. It looks something like this:
<span class="av_font_icon avia_animate_when_visible av-icon-style-border av-no-color avia-icon-pos-center avia_start_animation avia_start_delayed_animation" style=""><span class="av-icon-char" style="font-size:20px;line-height:20px;width:20px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span>
Create a custom link on Appearance > Menu. Place the icon’s html code on the Link Text field.
Cheers!
Ismael
Hi!
Please add following code to Quick CSS in Enfold theme optios under Styling tab
#menu-item-332 .av_font_icon.av-icon-style-border .av-icon-char { padding: 10px 0 0 0; border-width: 0; }
Regards,
Yigit
Works like a charm, thanks!