• Hello,

    I would like help to hide the post date from the posts displayed on my home page. I know that I can turn off the post date entirely (i.e. within posts). However, I do not wish to do this – just on the homepage.

    I have tried the following CSS:

    .mh-meta-date { display: none; }

    However, this does not work. Does anyone know how to do this?

    Thanks in advance,

    Laura

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

Viewing 1 replies (of 1 total)
  • Please try the following:

    .home .entry-meta-date { display: none; }

    Hope that helps. If you have any questions, please let us know!

Viewing 1 replies (of 1 total)
  • The topic ‘Hide Post Date from Homepage’ is closed to new replies.