Try the following CSS code:
#SLIDER_ID .owl-dots .owl-dot span {
background-color:#0000ff !important;
width:10px !important;
height:10px !important;
margin:0px 3px !important;
}
#SLIDER_ID .owl-dots .active span {
background-color:#ff0000 !important;
}
#SLIDER_ID .owl-dots .owl-dot span:hover {
background-color:#ff0000 !important;
}
(replace “#SLIDER_ID” with the CSS ID for your slider)