badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

just changing the color of the slider control elements (The litle points)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #45719
    chriswieser
    Participant

    Hey folks,

    how do i change just the color of the slider control elements, those little dots at the bottom of the slider.
    If i change it via customize -> theme options and color options other elements of my website get changed aswell, i do not wish that.

    Thanks for your help and keep up the great work!

    best regards

    chris

    #45733

    Hi Chriswieser,

    Yes you can change the color of the controllers only for that just go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    #controllers a {
        border-color: #63c6ae;
    }
    #controllers a:hover, #controllers a.active {
        background-color: #63c6ae;
        color: #63c6ae;
    }

    Please change above HEX color code #63c6ae to your own HEX color code.

    Thank you!

    #45756
    chriswieser
    Participant

    Hey thanks a lot for your quick reply,

    unfortunately it didn’t work :/

    best regards c

    #45778

    Hi Chriswieser,

    Can you please provide us the site URL? So that we can see the exact issue.

    Thank you!

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