• Resolved PKHarmon

    (@pkharmon)


    Hi. Thanks for the nice plugin!

    Could you tell me how to change the color of the navigation dots? They completely get lost over some of our photos.

    Also, I would like to change the navigation arrows too, or at least make their rectangular backgrounds a little more translucent.

    Any chance you could provide me with CSS or instructions that would enable me to do any of these things?

    Thank you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Anthony Ledesma

    (@paranoia1906)

    Hi @pkharmon,

    Thank you for the support request. Here is some sample CSS that you could use to adjust the navigation dots and arrows to your liking. You can place this in the Additional CSS area of your theme customizer. I hope this helps!

    
    .flickity-page-dots > .dot{
    	background:red;
    }
    
    .flickity-page-dots > .dot.is-selected{
    	background:rgb(0, 255, 255);
    }
    
    .flickity-button {
    	opacity: 0.5;
    }
    

    Best regards,

    Anthony

Viewing 1 replies (of 1 total)
  • The topic ‘Change color of navigation dots for Carousel’ is closed to new replies.