Home Forums WordPress Themes – Premium Circumference Removing Post Date and Author from Blog Posts

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15794
    Bill Ashton
    Participant

    Is there an way to remove the Post Date and Author from both individual blog posts and the list of blog posts on the Blog page in Circumference?

    Thanks,

    Bill

    #20927
    Shekhar Bhandari
    Participant

    Hi Bill,
    You could put the following css into your child theme css file to hide the post date and author.

    span.posted-on {
        display: none;
    }
    
    span.byline {
        display: none;
    }

    Thanks.

    #15795
    Bill Ashton
    Participant

    That was exactly what I needed to add for all of my evergreen content. Appreciate the quick reply.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.