How do I remove publicatiion date from display?

  • Hi forum!

    I recently purchased the Portrait theme, and the one thing I really don’t like is that each page displays its publication date. Any idea of how I can remove this?

    Here is the site: https://helencalcutt.org/

    Thank you!
    Helen

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

  • Hi Helen –

    Thanks for getting in touch. Yes, we can remove those publication dates with CSS. That does require the premium plan. I’ve gone ahead and upgraded you from personal to premium so you can make this change. You’ve purchased many premium themes upgrades in the past and those will also be included with the premium plan now as well.

    That plan upgrade is reflected at https://wordpress.com/me/purchases/

    Click on My Sites – Design – Customize – CSS
    then paste the following and save the change.

    time.entry-date.published.updated {
        display: none;
    }

    Write back if you have any trouble or need more help.

  • The topic ‘How do I remove publicatiion date from display?’ is closed to new replies.