Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #146843
    lisaellenswen
    Participant

    There are 4 dots and 2 arrows in the featured slider area of my Decree Pro Theme. They turn red when you scroll over them. I don’t want the red color but can’t figure out how to change it. Thanks for any input!

    #146844
    Skandha
    Participant

    @lisaellenswen: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #feature-slider .cycle-prev:hover, #feature-slider .cycle-next:hover {
    	color:#fff;
    }
    #feature-slider .cycle-pager span.cycle-pager-active {
            color:#fff;
    }

    Let me know if this is what you want.
    Kind Regards,
    Skandha

    #146916
    lisaellenswen
    Participant

    That worked, thank you! Now to change the color when hovering to something besides white?

    #146945
    Skandha
    Participant

    @lisaellenswen: You can change the color in the previous code I provided you. Replace #fff with the color of your choice.

    Kind Regards,
    Skandha

    #147058
    lisaellenswen
    Participant

    Thanks so much!

    #147104
    Skandha
    Participant

    @lisaellenswen: 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,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change color of dots and arrows in Decree Pro’ is closed to new replies.