Slider description box color change

Discussion in 'BlackBird WordPress Theme' started by ekim2wheels, Apr 3, 2014.

  1. ekim2wheels

    ekim2wheels New Member

    Joined:
    Mar 14, 2014
    Messages:
    18
    Likes Received:
    0
    Hello,

    How can I change the slider description box color? Please see attached file.

    Thanks.
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .flex-caption {
    background: red;
    } 
    In place of "red" you can put your color or color code.
    This will solve your issue.
     
  3. ekim2wheels

    ekim2wheels New Member

    Joined:
    Mar 14, 2014
    Messages:
    18
    Likes Received:
    0
    Hi Piyush,

    The vertical line that divides the 4 buttons and the text disappeared. How can I keep the vertical line while changing the color?
     
  4. Gourav

    Gourav Support Staff

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

    Remove the code provided above.
    and go to images directory present in your theme directory and replace your image with present caption background image or edit it.

    The name of image is "cap-bg.png"

    Note:- Use same name for your edited image and remove the current image.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page