Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #103658
    Habo
    Participant

    Apparently the dots on the featured slider are transparant and blue.
    How can I edit these colors?

    (I use Catch Responsive, but somehow that was not listed, so I chose Catch Adaptive Pro as Forum).

    #103687
    Mahesh
    Keymaster

    @habo: I checked the list, and it is listed there. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    /* Active dots */
    #feature-slider .cycle-pager span.cycle-pager-active {
        color: #00ff00;;
    }
    /* Regular dots */
    #feature-slider .cycle-pager span {
        color: #0000ff;
    }

    Please change the color as desired.

    Regards,
    Mahesh

    #103702
    Habo
    Participant

    Thanks Mahesh, it works!

    #103704
    Mahesh
    Keymaster

    @habo: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    #116790
    Lorenzo Belli
    Participant

    This doesn’t seems to work for me after saving it I can’t see any changes. Am I missing something?

    #116808
    Mahesh
    Keymaster

    @krywen: Please post in your site url.

    Regards,
    Mahesh

    #116850
    Lorenzo Belli
    Participant

    The site is http://sherize.com/
    The dots on the slider bottom and the vertical dots appearing while loading the slider are still of the original color (red and white).

    #116891
    Mahesh
    Keymaster

    @krywen: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    
    .slides-pagination a:hover, 
    .slides-pagination a.current {
        background-color: #fff000;
        color: #fff000;
    }
      
      .preloader .pre-bounce1, .preloader .pre-bounce2 {
      	background-color: #fff000;
      }
    

    Note: Please change the color as desired.

    Regards,
    Mahesh

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to change the color of the three dots of the Featured Slider?’ is closed to new replies.