I have a few questions: 1. How do I add a video as one of my slider images? 2. How can I add a video on my homepage instead of one of those circles? 3. How can I change the font color of my RSS feed that I put for my primary widget? Thank you!
1.For your first issue Go to Appearance -> Theme Options -> Slider Settings And put the embed code of the video to the the "Slider Image 1" text box and save the settings. 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. Unfortunately there isn't a way to do that with this theme unless you custom code something up. Sorry. 3.For your third issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer .widget_inner a { color: Your color code; }