Change color of flex control circles on slider

Discussion in 'BlackBird WordPress Theme' started by roadmonkey, Oct 27, 2014.

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

    roadmonkey New Member

    Joined:
    Mar 12, 2013
    Messages:
    6
    Likes Received:
    1
    How can I change the color of the active circles on my slider? I have tried to alter the color of flex-control-nav with no luck.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Which color you want to keep??
    You can possibly change only them in colors available in themes in theme option ->theme stylesheet.
    Thanks & Regards
    Pramod
     
  3. roadmonkey

    roadmonkey New Member

    Joined:
    Mar 12, 2013
    Messages:
    6
    Likes Received:
    1
    I would like to change them to gray. But if I change my theme stylesheet, what other parts of the page will change? I have added a lot of custom CSS code. Will changing the theme stylesheet mess with that added CSS coding?
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .flex-control-nav li a.active,.flex-control-nav li a:hover {
    background-position: 0px -18px;
    background: gray;
    height: 16px !important;
    width: 16px !important;
    border-radius: 50%;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. roadmonkey

    roadmonkey New Member

    Joined:
    Mar 12, 2013
    Messages:
    6
    Likes Received:
    1
    Thank you!
     
    Yogesh likes this.
Thread Status:
Not open for further replies.

Share This Page