Advertisement
pusatdata

clock-icon before date in posts

Apr 29th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. How can i add this icon=’ue862′ (clock) before the date in the posts?
  2.  
  3. Add this to your custom CSS.
  4.  
  5. .post-meta-infos time::before {
  6. content: "\e862";
  7. font-family: entypo-fontello;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement