How can i change the pencil icon to a custom image file (png, jpeg).
Hey wacky32!
Please elaborate which pencil icon you want to change – maybe post a link to the page where we can see the icon.
Best regards,
Peter
Hey!
Please add following code to Quick CSS in Enfold theme options under General Stlying tab and change image url
.blog-meta span.iconfont {
background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}
.blog-meta span.iconfont:before { display: none; }
Regards,
Yigit
Hey!
Thank you for the info.
Please replace the code with this:
.blog-meta span.iconfont {
background-image: url(https://allianceforajustsociety.org/second/wp-content/uploads/2014/08/AJS_Logo_Square.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}
You forgot the url parameter of the background-image property.
Cheers!
Ismael
I’ve got the same question again about a different website. Tried entering these changes, but not seeing the icon change. Three pages below where I want to change out the pencil icon images to a custom image.