D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: Changing center Dot Controls color in Small Business Extend

Front Page D5 Creation Forum General Support Changing center Dot Controls color in Small Business Extend Re: Changing center Dot Controls color in Small Business Extend

#4261
D5 Creation
Keymaster
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>