Slider -- change color and no motion

Discussion in 'BlackBird WordPress Theme' started by morningstorm, Dec 30, 2013.

  1. morningstorm

    morningstorm New Member

    Joined:
    Dec 13, 2013
    Messages:
    3
    Likes Received:
    0
    Hi,

    How can I change the color of my slider description from Black to a custom color?
    Also, my slider motion is not working -- I have it set to 2500 but nothing is moving.

    Thanks!
     
  2. Gourav

    Gourav Support Staff

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

    1.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .flex-caption{
    background:red;
    }
    Inplace of "red" put your color code.

    2.
    This issue maybe because of plugin (if installed). So please deactivate all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).



    Thanks & Regards
    Gourav Shrivastava
     

Share This Page