Remove blog from home page

Discussion in 'BlackWell-WordPress Business Theme.' started by crystal0811, Mar 23, 2015.

  1. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    How do I remove blog from home page?
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

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

    Code:
    .home_blog_wrapper {
      display: none;
    }
    Regards,
    Sameer
     

Share This Page