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
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.