Viewing 2 replies - 1 through 2 (of 2 total)
  • can you tell me how I can remove the date in the posts ?

    You can add this to your custom CSS or child-theme CSS:

    
    /* remove dates in posts */
    
    .entry-meta .entry-date {
      display: none;
    }
    
    • This reply was modified 7 years, 10 months ago by ThePixelMe. Reason: spacing
    Thread Starter vasavi

    (@vasavi)

    I followed your instructions and it worked. Perfect
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove date in TwentySeventeen’ is closed to new replies.