Slider text box background colour

Discussion in 'BlackBird WordPress Theme' started by faraway, Jan 12, 2013.

Thread Status:
Not open for further replies.
  1. faraway

    faraway Member

    Joined:
    Nov 23, 2012
    Messages:
    56
    Likes Received:
    2
    Hi again, I'm wondering if it's possible to change the colour of the text box for the slider text and buttons - so it matches the theme colour, rather than being black.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .flex-caption {
    background: red;
    }
    2.For your second issue

    It is not possible to change button color because it is a image not a color , If you want to change it color than, Go to images directory present in your theme directory and replace your image with present pagination image or edit it.

    The name of image is "pagination.png"

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

    faraway Member

    Joined:
    Nov 23, 2012
    Messages:
    56
    Likes Received:
    2
    Thank you - much appreciated.
     
Thread Status:
Not open for further replies.

Share This Page