• Closed
  • SriSri
    Spectator
    August 31, 2014 at 6:02 am #12653

    How do I remove/hide the post categories on the front page?

    Once removed/hidden, I don’t want there to be blank space where it use it to be. So, how then do remove the excess space where the post category use to be on the front page?

    Roman
    Spectator
    Posts: 3147
    September 1, 2014 at 1:25 pm #12684

    please provide the website URL

    SriSri
    Spectator
    Posts: 10
    September 1, 2014 at 4:51 pm #12698
    Roman
    Spectator
    Posts: 3147
    September 2, 2014 at 6:11 pm #12710

    insert in the Custom CSS field:

    .home .entry-categories {display:none;}

    SriSri
    Spectator
    Posts: 10
    September 6, 2014 at 2:28 pm #12789

    How do I also hide post tags on the front page?

    Alok Maheshwari
    Spectator
    Posts: 303
    September 8, 2014 at 3:26 pm #12802

    .home .entry-tags{display:none;}

    should work for tags.