• Hey there,

    I want to change color of pagination dots under my slider – they are dark by default and don’t go well together with arrows that are white.

    Can you give me a CSS code to change these dots for a white color?

    Thanks

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

Viewing 1 replies (of 1 total)
  • Plugin Author simonpedge

    (@simonpedge)

    Yes, sure – the following CSS should do it:

    #slider_historia .owl-dots .owl-dot span {
    	background-color:#ffffff !important;
    }
    #slider_historia .owl-dots .active span {
    	background-color:#ff0000 !important;
    }
    #slider_historia .owl-dots .owl-dot span:hover {
    	background-color:#ff0000 !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Pagination dots color’ is closed to new replies.