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*

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

#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!