Slider navigation color

Viewing 3 posts - 1 through 3 (of 3 total)
  • #13596
    hugtheocean
    Participant

    Hi,

    I am trying to change the color of the slider navigation (the dots) from white to green. I was able to change the hover color to green by changing the background like this:

    .flex-control-nav li a:hover {
    background: rgba(95,175,0,.8);
    }

    But I can’t change the color when it highlights the location of the link dot.

    I have changed

    .flex-control-nav {
    color: #5FAF00;
    }

    .flex-control-nav li {
    color: #5FAF00;
    }

    .flex-control-nav li a {
    color: #5FAF00;
    }

    But they don’t do anything… πŸ™

    http://landvestment.com/wp1/

    Please help…again. Thank you in advance!

    #13598
    Alexander
    Participant

    To change the active dot try:

    .flex-control-nav li a.flex-active {
    background: #5FAF00;
    }

    Cheers,
    Alexander @ http:/www.mouseclick.com

    #13612
    hugtheocean
    Participant

    Alexander, you are genius!!
    Thank you!!!!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.