• Hi, the linked page is showing the publish date and comments count, how do I remove this please and why would this be showing on a page?
    I have tried css suggested in other threads but this is not working.
    many thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi, @lollymitch

    This is displayed by your theme and it might provide a native option to hide it in your theme settings. If you can’t find it, you can try adding this in Dashboard – Appereance – Customize – Additional CSS in the Customizer

    If you want to hide this only from the Cart page:

    .page.woocommerce-cart .post_info {display:none!important;}

    If you want to hide this from all pages:

    .page .post_info {display:none!important;}

    You can learn how to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.

    Hope this helps,
    Kind regards!

Viewing 1 replies (of 1 total)

The topic ‘Remove date from page’ is closed to new replies.