Is there an easy way to change the blog post format icons? I have a client who would like their logo to show instead of the pencil for regular posts.
Thanks!
Hi Kevin!
Is the logo a regular image? Try this CSS out.
.blog-meta .iconfont { display: none !important; }
.blog-meta a { background: url("URL to your logo image") !important; }
Best regards,
Elliott
Okay, great. I was thinking more in terms of using Fontello to make an icon font of the logo and replacing the pencil. Is that possible?
Also, will the code you sent change just the pencil icon or will it replace all icons with the image specified on the second line?
Thanks!
Hi!
Please see – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Cheers!
Yigit
This worked perfectly. Thanks!