• My slider style background/border is set to black. That makes the pagination dots below the slider not visible. Is there a code modification that can change the pagination dots to a lighter color? Thank you.

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

    (@simonpedge)

    Hi, you can CSS Style the pagination dots, using the following CSS:
    #slider_id .owl-pagination .owl-page span {
    background-color:#ff0000 !important;
    }
    #slider_id .owl-pagination .active span {
    background-color:#0000ff !important;
    }
    Replace “#slider_id” with the CSS ID of your slider.
    This will display red dots, with the active dot being blue.

Viewing 1 replies (of 1 total)
  • The topic ‘Pagination Dots Visibility’ is closed to new replies.