June 29, 2016 at 5:00 pm
#45733
Theme Horse Support Team
Keymaster
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!