How can i add this icon=’ue862′ (clock) before the date in the posts?
Hey Dutchman!
Add this to your custom CSS.
.post-meta-infos time::before {
content: "\e862";
font-family: entypo-fontello;
}
Regards,
Elliott
Elliott!! Thank you so much!