• Hey mate,

    For some reason I cannot get the DOT (pagination) colours to change, any reason why this would be happening? It wont accept my CSS, I even tried changing it in the plugin CSS files, however its not working.

    Thanks in advance!

    • This topic was modified 6 years, 1 month ago by shpeta.
Viewing 1 replies (of 1 total)
  • Plugin Author simonpedge

    (@simonpedge)

    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)

Viewing 1 replies (of 1 total)

The topic ‘Dot colours’ is closed to new replies.