Remove Feature Areas

Discussion in 'Blackriders WordPress Theme' started by matthewford, Nov 1, 2013.

  1. matthewford

    matthewford Member

    Joined:
    Jan 16, 2013
    Messages:
    55
    Likes Received:
    0
    How can I remove Our latest Blogs and the Facebook feature areas all together on the home page?

    Also how can have 3 feature areas instead of 4 in the section above the two I have just asked about removing?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .bottom_feature {
    display: none;
    }
    .feature_inner_box.fourth {
    display: none;
    }
    This will solve your issue.
     

Share This Page