Hey Yvonne,
You have the following CSS in your theme’s blue.css stylesheet which is making all of the text white and causing the problem:
.footer-container a {
color: #fff;
}
.footer-container p {
color: #fff;
}
You have two options:
1) Make the background color of the feed blue so that the white text shows up.
2) Add the following to our plugin’s Custom CSS section, which is under the Misc tab on the plugin’s Customize page, to make the text black:
#cff p, #cff a{ color: black; }
Let me know whether that solves the problem for you, and I hope you’re having a good Sunday evening.
John
Hi John
Now it works perfectly, many thanks for your help.
Regards
Yvonne
You’re welcome Yvonne – happy to help!
No obligation, but if you like the plugin and support you received then please consider leaving a super-quick review. It really helps to support the plugin!
Just let me know if you have any other issues or questions, and I hope you have a good week.
John