Remove 2nd Feature Area

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

  1. matthewford

    matthewford Member

    Joined:
    Jan 16, 2013
    Messages:
    55
    Likes Received:
    0
    Is there a way to only have the 1st and 3rd feature area on the home page?





     
  2. Piyush

    Piyush Support Staff

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

    Go to the front-page.php file present in your theme directory and edit the code as shown in the image given below.

    [​IMG]

    Now,

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

    Code:
    .feature_contentbox {
    max-width: 455px;
    margin-right: 0px;
    }
    .feature_contentbox.box3 {
    max-width: 455px;
    }
    This will solve your issue.
     

Share This Page