Hi there, this CSS looks like the culprit:
body, button, input, select, textarea {
color: #fff;
font-family: Montserrat,sans-serif;
font-size: 16px;
line-height: 1.5;
}
Try removing that from your custom CSS and things should return to normal.
You can also just remove this line to keep all the other styles applicable, except the text colour:
color: #fff;
Hi Kathryn,
Thank you very much for your help. It worked nicely.
Can I ask you one thing more? While registering on the wordpress.org forum, I’ve seen a reCaptcha plugin which is not necessary to write down numbers or letters, it’s only by clicking and prove that you are human. Is that a free plugin? Or it was developed by the WordPress team internally?
Thank you very much for your help.
Thank you very much for your help. It worked nicely.
Great, glad to hear it!
There are a couple of reCAPTCHA plugins available in the directory – you could take a look to see which one might meet your needs:
https://wordpress.org/plugins/search.php?q=reCAPTCHA
Thank you very much for your amazing help! =)
You’re welcome! Good luck with the site.
(@guibrazil)
11 years, 5 months ago
Hi guys,
I’m working on my wordpress website and I hope you guys can help me. I’m using the Writr theme but I have a few questions, I did some changes on the CSS but I’m facing some issues.
As you can see on my blog agora30.com in any post the text on the comments area is white and can’t be read, I’m not sure how to change it back to black.
Here it is an example: http://agora30.com/blog/2014/11/27/livre-em-porto-uma-viagem-ao-proprio-interior/
Thank you very much.