Okay
  Public Ticket #3090284
How to remove date appearing on pages
Closed

Comments

  • Annette Borsbøl started the conversation

    How do I remove the automatic date appearing below the headlines? It's static pages and doesn't yet contain a blog page.

    Attached files:  Screenshot 2022-07-24 at 16.42.22.png

  •  866
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    Can you please add the following code at Appearance > Customize > Additional CSS?

    .post-meta li.date {
        display: none !important;
    }

    Feel free to ask for anything you need.

    Kind Regards