• How do I remove the date from a single post.

    The theme does not have any option to do that as of now.

    Or do I need to use a custom code?

    Still familiarizing myself with the theme.

    Thanks.

Viewing 1 replies (of 1 total)
  • Add this in Appeareance > Customizer > Additional CSS:

    .post .entry-meta .post-date {
    display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to remove date’ is closed to new replies.