Remove Feature areas

Discussion in 'Local Business WordPress Theme' started by matthewford, Aug 16, 2013.

  1. matthewford

    matthewford Member

    Joined:
    Jan 16, 2013
    Messages:
    55
    Likes Received:
    0
    How can I remove the right feature area with the video and have the left go across the whole page?

    Also how can I remove the left and the right feature areas altogether?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Go to the front-page.php present in your theme directory and edit the code as shown in the image given below.

    [​IMG]

    This will remove the right feature area and have the left go across the whole page.


    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature_info {
    display: none;
    }
    .feature_content {
    margin-bottom: 10px;
    }
    This will remove the left and the right feature areas altogether.
     

Share This Page