June 21, 2016 at 10:11 am
#45584
Theme Horse Support Team
Keymaster
Hi Monique,
Sorry for late reply. We missed your topic.
To change the font color of the featured slider button go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.
.featured-text .call-to-action,
.featured-text .active {
color: #fff;
}
Please change the HEX color #fff code above to your own color code.
Thank you!