video

Discussion in 'Infoway WordPress Theme' started by azgirl, May 2, 2013.

  1. azgirl

    azgirl New Member

    Joined:
    Apr 26, 2013
    Messages:
    9
    Likes Received:
    0
    Is it possible to insert videos in the widget areas under slider, also can the shadow below slider be removed - it pushed the content way down on mobile version...thanks for your help azgirl
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your first issue

    Go to the
    Appearance > Widgets
    Drag text widgets and add the YouTube embed code of the video and drop them in the Home Page Right Feature Widget Area, It will show the video in the home page, and you have to adjust the width and height of the video which you can adjust in the embed code of the video.

    2.For your second issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .slider_shadow {
    display: none;
    }
    This will solve your issue.
     

Share This Page