Icon before the date

Posted in: Newspaper
Post count: 66

hi! how can i put a font awesome icon before the date in the single posts (under the post title)?

when i try to do it the icon always appears in front of the date and not before.

Post count: 6535

HI

Yo need to edit get_date() function and paste in it the code for desired icon: like here: http://screencast.com/t/ssJ4mg5MH
I’ve also used this css to add a little margin between the icon and date: http://screencast.com/t/nupkfrSh75n

.entry-date {
margin-left: 5px!important;
}

Hope this helps.
Thanks!

Post count: 66

worked, thanks so much Andrei!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.