• Hi there. How can I remove the “last updated” text and clock icon on the blog post page? I would prefer to just have the date and author.

Viewing 1 replies (of 1 total)
  • Go into Themes->Customize, in the Additional CSS section at the bottom of the left hand side you can use the following code that should work:

    .post-date .fa-clock-o, .post-date .meta-prep-author {
    	display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove “last updated text”’ is closed to new replies.