Blog posts on the main page

Discussion in 'ColorWay WordPress Theme' started by johnwebtrends, Sep 5, 2013.

  1. johnwebtrends

    johnwebtrends Member

    Joined:
    Sep 4, 2013
    Messages:
    33
    Likes Received:
    0
    I am using the roadfighter theme and the home page still shows the blog posts even though I have selected no in the them options. any chance you could quickly resolve this?
     
  2. Gourav

    Gourav Support Staff

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

    In theme option panel we provide the option of turn off the content of the home page blog post, not blog post, but if want to remove blog post from home page then,

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

    Code:
    .feature_blog_content{
    display:none;
    }
     

Share This Page