Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #110569
    Jvece1
    Participant

    How can I remove the post date and author name underneath the title on each post?

    Thanks

    #110606
    Pratik
    Keymaster

    Hi @Jvece1,

    Try following code in Appearance=> Customize=> Additional CSS box:

    
    #main .entry-meta {
        display: none;
    }
    

    Regards,
    Pratik

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘remove post date/author name from posts’ is closed to new replies.