Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #61808
    Brian
    Participant

    Hi. Can I change the color of dot under photos in the featured slider? It’s orange right now. I’d like to bring it in line with my other site colors.

    I’m working here: http://029.b2b.myftpupload.com/

    Thanks.

    #61868
    Sakin
    Keymaster

    @Brian: You can change the color code in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    /* Slider Dot Color */
    #feature-slider .cycle-pager span {  color: #f2f2f2;  }
    /* Slider Dot Active Color */
    #feature-slider .cycle-pager span.cycle-pager-active { color: #1b8be0; }
    #61919
    Brian
    Participant

    Thanks, I’ll give this a try!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change color of dot under photos in featured slider?’ is closed to new replies.