• Hi,

    I’m using posts as a list of gigs (dates of events) so when the date published is added underneath it can look a bit confusing.

    Is there a way to stop the publish date showing on the main page?

    Thanks!

Viewing 1 replies (of 1 total)
  • Hi there!

    This CSS may do what you’re looking for:

    .entry-date {
    	display: none;
    }

    When adding CSS, don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated to the latest version.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. Then you can add your CSS under Appearance > Edit CSS. (Alternatively, you could either install a standalone custom CSS plugin, or create a child theme.)

    Or if that’s not what you meant, reply with a link to your site and an example of what you’re looking to do, and I’ll take a look! ??

Viewing 1 replies (of 1 total)
  • The topic ‘Remove dates’ is closed to new replies.