• Every post I create includes a left column with the following info:

    DATE
    admin
    Leave a comment
    Edit

    How can I remove this?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello veltman

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .entry-meta {
      display: none;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter martindevek

    (@martindevek)

    That’s great! thank you so much it work really well. However, I thought removing the meta data was going to force the text at the right to be justified from the left margin – which is not the case. The text is still moved to the right as if it were an invisible left sidebar.
    Should I change the theme? In the theme preview the text is normal, not shifted to the right so this is why I am confused.
    Many thanks,
    M.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove “DATE – admin Leave a comment” info’ is closed to new replies.