Remove blog/latest posts from home page

Discussion in 'StartPoint Business One Page WordPress Theme' started by tawemedia, May 12, 2015.

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

    tawemedia Member

    Joined:
    Feb 6, 2013
    Messages:
    40
    Likes Received:
    0
    Hi,

    I want to remove the blog /latest posts fully from the home page. Do you have any custom css code to allow me to do this?

    Thanks, Paul
     
  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
    .blog-wrapper {
      display: none;
      }
    Hope it will solve your issue.
     
  3. tawemedia

    tawemedia Member

    Joined:
    Feb 6, 2013
    Messages:
    40
    Likes Received:
    0
    Thanks, that's fantastic and worked a treat :)
     
Thread Status:
Not open for further replies.

Share This Page