Remove date and time?

  • Unknown's avatar

    I want date and time off of my posts! Help 0=)

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    You can use the CSS editor to customize the appearance of any WordPress.com site. It works by allowing you to add your own CSS styles, which allows you to override the default styles of your Theme.

    To access the CSS editor, first launch your site customizer at wordpress.com/customize then click on the CSS tab to access the CSS editor.

    You can use this custom CSS snippet on Customizer to hide date/time on your site:

    span.posted-on {
    display:none
    }

  • The topic ‘Remove date and time?’ is closed to new replies.