Hiding the blog post section on home page when there are no posts

Discussion in 'RoadFighter WordPress Theme' started by pattersp1977, Oct 8, 2013.

  1. pattersp1977

    pattersp1977 Member

    Joined:
    Sep 2, 2013
    Messages:
    41
    Likes Received:
    0
    Hi there,

    Is it possible to hide the blog post section on home page when there are no posts. I have tride making the selection in the theme options section but the empty blog section still apears.

    I would appreciate any guidance on how to fix this.

    Kind regards,

    Pat.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .featurebox {
    visibility: hidden;
    ]
    And after adding the post remove this code from your custom css.
     

Share This Page