Remove Blog from home page

Discussion in 'Blackriders WordPress Theme' started by wyse2015, Mar 26, 2015.

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

    wyse2015 Member

    Joined:
    Feb 12, 2015
    Messages:
    37
    Likes Received:
    0
    Location:
    Sydney
    Hi there.
    How do i remove the blog from the home page please?
     

    Attached Files:

  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:
    .blog_feature {
      display: none;
    }
     
    .feature_box{
      border-bottom: none;
    }
     
    .bottom_feature {
      display: none;
    }
    Regards,
    Sameer
     
  3. sameerwalkar

    sameerwalkar Guest

    Hi,

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

    Code:
    .feature_box{
      margin-bottom: 80px;
    }
    Regards,
    Sameer
     
  4. wyse2015

    wyse2015 Member

    Joined:
    Feb 12, 2015
    Messages:
    37
    Likes Received:
    0
    Location:
    Sydney
    Perfect.
    Thankyou Sameer
     
Thread Status:
Not open for further replies.

Share This Page