How to disable the Blog Section on front page

Discussion in 'StartPoint Business One Page WordPress Theme' started by sangermike, Sep 24, 2014.

Thread Status:
Not open for further replies.
  1. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    How can I take out the whole blog/posts section under the 3 column featured area? I want the space totally gone so from the 3 featured areas it flows to the Gallery. Also take out the text "Sorry no post matched your criteria". Thanks.
    scrnshot blog.jpg
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section to remove blog section.
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .blog-wrapper {
    display: none;
    }
    Thanks & Regards
    Yogesh Bhade
     
  3. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    perfect. Thanks!
     
Thread Status:
Not open for further replies.

Share This Page