Tagged: fontello
I created a Custom Fontello Zip file icon and uploaded it successfully. It now appears in the editor and I can insert into posts OK.
However, I now need to change “Default Feature Photo Icon” on the Blog Role so that displays my new custom icon if a “feature photo does not exist” on a post? This is the CSS I need to edit so the new Icon and font displays:
<span class=”iconfont” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello”></span>
What steps do I need to take in order to do this?
Many thanks!
Hi garycedar!
Try adding this to your custom CSS.
.blog-meta [data-av_icon]:before {
content: "\e800" !important;
}
Best regards,
Elliott
Hi,
I added the above Custom CSS but there is no change in the “default icon” displaying on the Blog Role or Post. It still displays the default pencil icon.
Here is a screenshot that explains how everything is displaying in Enfold:
SCREENSHOT EXAMPLE
* http://bit.ly/1GwpnSO
CUSTOM FONT
* The new custom font is called “fontello”” and the custom icon is “e800”
Many thanks!