New Feature area for video - Bizway theme

Discussion in 'BizWay WordPress Theme' started by erinbro, Dec 12, 2013.

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

    erinbro Member

    Joined:
    Dec 28, 2011
    Messages:
    52
    Likes Received:
    1
    Hi

    I would like to add a video to my Home Page (using Bizway theme). Could you please tell me how I can add an extra feature area, and how to resize it.

    Site is www.innerwise.co.nz.

    Many thanks.

    Erin
     
  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 add the code given below in that file as shown in the image given below.

    Code:
    <div class="clear"></div>
    <div class="extra_feature">
    <div class="video">Enter the YouTube embed code here</div>
    </div>
    See the image,
    [​IMG]

    This will solve your issue.
     
  3. erinbro

    erinbro Member

    Joined:
    Dec 28, 2011
    Messages:
    52
    Likes Received:
    1
    Thank you Piyush - worked perfectly.
     
Thread Status:
Not open for further replies.

Share This Page