• Resolved nick1996

    (@nick1996)


    Hello,

    What code should I remove from the theme files to get rid of the single post meta data appearing below posts / above comments section?

    I don’t want to add additional CSS if I don’t have to.

    Thanks for reading.

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

Viewing 1 replies (of 1 total)
  • mrjarbenne

    (@mrjarbenne)

    Adding a small snippet of CSS is going to be easier to maintain than creating a child theme for such a small change.

    In Appearance/Customize you can add additional CSS. Here’s the snippet you would need:

    .entry-footer .posted-on {
    	display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove Single Post Meta Data’ is closed to new replies.