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

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

  • This topic has 2 replies, 2 voices, and was last updated 11 years ago by Jorj Ghazal.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3324
    Jorj Ghazal
    Participant

    Can anyone please show me how to change the colors of the little dots below the slider, is this possible?

    Thanks,
    jorj

    #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>
    #4267
    Jorj Ghazal
    Participant

    Thank you so much..

    jorj

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.