Viewing 1 replies (of 1 total)
  • You can use the following CSS in Appearance->Customize->Additional CSS

    .post .entry-meta span:nth-child(-n+2) {
      display: none;
    }

    However, it will leave behind the 2 / / in front. Can’t really get those removed unless you are using a child theme and can modify the source code directly.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Date and Author’ is closed to new replies.