Remove date from blog posts

  • Posted in : Responsy WP
  • jon14
    Participant

    Hello,

    Sorry for the question, but I can’t find any reference to it elsewhere. Can you please let me know how I can remove the date from blog posts? I would rather it was not shown.

    Thanks

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    .post .date, .post .info i:nth-of-type(2) {
        display: none;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Responsy WP’ is closed to new topics and replies.