Home Forums Pro Themes Education Hub Pro Remove Post Date on Front Page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #117086
    Dan
    Participant

    How do I remove the post date on the front page? I used the customization to remove the date on the post page but this does not remove the post date on the front page.

    Regards,

    Dan

    #117119
    wensolutions
    Keymaster

    Hello,

    To remove the post dates, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    .home .block-meta a{
      display: none;
    }
    
    .home .entry-meta .posted-on {
      display: none;
    }

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    #117182
    Dan
    Participant

    That worked.

    Thanks,

    Dan

    #117201
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    If you have any queries further, let us know.

    Thank you.

    #173485

    Thank you, I also found this information useful

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.