• Closed
  • SriSri
    Spectator
    31.08.2014 at 06:02 #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
    01.09.2014 at 13:25 #12684

    please provide the website URL

    SriSri
    Spectator
    Posts: 10
    01.09.2014 at 16:51 #12698
    Roman
    Spectator
    Posts: 3147
    02.09.2014 at 18:11 #12710

    insert in the Custom CSS field:

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

    SriSri
    Spectator
    Posts: 10
    06.09.2014 at 14:28 #12789

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

    Alok Maheshwari
    Spectator
    Posts: 303
    08.09.2014 at 15:26 #12802

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

    should work for tags.