Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #153275
    wouwonline
    Participant

    Hi, I want to change the color of the red dots in de slider.

    Website: http://www.mediatrainingophetmediapark.nl/

    how can I change it?

    Thanks!

    #153277
    sapana
    Participant

    @wouwonline:Go to=> Appearance=> Customizer=> Additional CSS and add the following CSS code.

    #feature-slider .cycle-pager span.cycle-pager-active {
        color: #000000;
    }

    Let me know if this helps you out!
    Kind Regards,
    Sapana

    #153706
    wouwonline
    Participant

    it works, thanks!

    I also want to change the hover color of the arrows. Is that also possible?

    #153713
    sapana
    Participant

    @wouwonline:Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code

    #feature-slider .cycle-prev:hover,#feature-slider .cycle-next:hover{
    color:blue;
    }

    let me know if this helps you out!
    Kind Regards,
    Sapana

    #153721
    sapana
    Participant

    @wouwonline: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/decree/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards
    Sapana

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change clolor of the red dots in slider’ is closed to new replies.