New Area Left Feature Area

Discussion in 'Infoway WordPress Theme' started by kinetic87, Jan 10, 2013.

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

    kinetic87 New Member

    Joined:
    Jan 2, 2013
    Messages:
    22
    Likes Received:
    0
    Is there a way to add another area for text above or below the three columns on the left feature area of the home page?

    Screenshot: http://imgur.com/BaTw2
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to front-page.php present in your theme directory and add the code given below

    Code:
    <h4>Enter your text</h4>

    Sending image for reference

    [​IMG]
     
  3. kinetic87

    kinetic87 New Member

    Joined:
    Jan 2, 2013
    Messages:
    22
    Likes Received:
    0
    Great, Thank you! One other question how would I change the font size, color in that location? Really appreciate all the help you guys provide here:)
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .featurebox_inner h4 {
    color: red;
    font-size: 20px;
    }
     
  5. kinetic87

    kinetic87 New Member

    Joined:
    Jan 2, 2013
    Messages:
    22
    Likes Received:
    0
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page