Archived topic
Can't Change Text Color on Button
5 replies · Started by Monkeys and Mountains on May 6, 2021
Hello,
When I inspect my button on https://monkeysandmountains.com/greek-cyclades-islands-tinos-naxos-hiking-tour/ I see that the font color is #05BCBF, but when I check under customizer buttons, it's #4d4e4f which is what it should be. I checked the additional CSS settings under Customizer but can't find it anywhere. How do I fix the font color of the button?
Thank you for your help.
Laurel
Hi there,
can you first try clearing your Cache plugin - if that doesn't resolve the issue then can you disable the plugin so i can see where the CSS is coming from
Hi David,
I tried clearing WP Rocket cache but it didn't fix it. I've temporarily disabled the plugin as per your request so that you can investigate.
Thank you,
Hi there,
You have sidebar link color set in customizer which is overriding the button color:
https://www.screencast.com/t/pLNm9Fopd2
You could try this CSS:
.sidebar #custom_html-3 a.button {
color: #4d4e4f;
}
Ah, OK. That fixed it. Thanks so much!
No problem :)