Hey Melanie,
Were you able to sort this out? https://snag.gy/7CZ4S3.jpg
Let me know if you still need help!
– Craig
Hi Craig – thanks for your prompt reply! It’s the one down in the Footer I’m having problems with. For some strange reason that main one in the Content area is displaying as I would expect.
Regards
Melanie
Hey Melanie,
Ahh I missed that one!
It looks like something coming from your theme or maybe another plugin is making it impossible for our font color setting to take affect. You can manually change the color with some CSS though. Try adding this to the “Custom CSS” area on the “Customize” tab:
.footer_top .sbi a {
color: #fff !important;
}
Perfect! Thanks Craig. Any ideas why one of the buttons was displaying white text but the other not? I have come across some weird plugin conflicts lately …
I appreciate your prompt reply and help with this one.
Regards
Melanie
Sure!
Whenever that text !important is added to CSS it makes it difficult to override. For example, the highlighted CSS in this screenshot is what was making it difficult to override the text color: https://snag.gy/LUep3n.jpg
Hopefully that’s helpful!