Help with videos please

Discussion in 'BlackBird WordPress Theme' started by roadmonkey, Mar 13, 2013.

  1. roadmonkey

    roadmonkey New Member

    Joined:
    Mar 12, 2013
    Messages:
    6
    Likes Received:
    1
    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!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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;
    }
     

Share This Page