Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #101947
    Panther33
    Participant

    Hello guys,

    I would like to set my blog up so there is no date stamp shown on the posts on the home page. Can you please help me with this? My website is http://www.howtomovetogermany.com/

    Many thanks

    Paul

    #101974
    Mahesh
    Keymaster

    @panther33: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .home #content .post .post-by > li:nth-child(2) {
        display: none;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Removing the date from posts’ is closed to new replies.