Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #471990

    How can i add this icon=’ue862′ (clock) before the date in the posts?

    #472484

    Hey Dutchman!

    Add this to your custom CSS.

    .post-meta-infos time::before {
      content: "\e862";
      font-family: entypo-fontello;
    }

    Regards,
    Elliott

    #476679

    Elliott!! Thank you so much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘clock-icon before date in posts’ is closed to new replies.