Customize the Front Page

Discussion in 'Local Business WordPress Theme' started by georgemaka, Mar 12, 2014.

  1. georgemaka

    georgemaka New Member

    Joined:
    Mar 12, 2014
    Messages:
    4
    Likes Received:
    0
    As of now, on the front page, there are 3 short description sections under the banner header. If I want to remove one section so that it only shows 2 or remove that middle section all together, how do I do that?

    I thought this was supposed to be easy to customize, and it's a bit difficult.
     
  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 follow the instruction shown in the image given below.

    [​IMG]


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

    Code:
    .feature_contentbox {
    max-width: 445px;
    }
    .feature_contentbox.box3 {
    max-width: 450px;
    } 
    This will solve your issue.
     

Share This Page