Make slider caption box Black

Discussion in 'Elite Pro WordPress Theme' started by hubmix, Feb 22, 2014.

  1. hubmix

    hubmix New Member

    Joined:
    Jul 16, 2013
    Messages:
    6
    Likes Received:
    0
    Hi,
    How can I make the slider caption box Black with white text for elite pro. See image thanks

     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .flex-caption {
    background: #000000;
    color: #ffffff;
    }
    .flex-caption h1 {
    color: #ffffff;
    }
    
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page