Quote:
Quote from DeerD5 on March 31, 2013, 18:31
Can anyone please show me how to change the colors of the little dots below the slider, is this possible?
Thanks,
jorj
Use the following code in the Custom Code with Head Area of Small Business Options. Change the color values as expected.
Code:
<style>
ol.bjqs-markers li a { background: #EEEEEE; }
ol.bjqs-markers li.active-marker a { background: #000000; }
</style>