Title: Changing the CSS
Last modified: August 22, 2016

---

# Changing the CSS

 *  Resolved [guibrazil](https://wordpress.org/support/users/guibrazil/)
 * (@guibrazil)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/changing-the-ssl/)
 * 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/](http://agora30.com/blog/2014/11/27/livre-em-porto-uma-viagem-ao-proprio-interior/)
 * Thank you very much.

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/changing-the-ssl/#post-5544648)
 * 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.
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/changing-the-ssl/#post-5544649)
 * You can also just remove this line to keep all the other styles applicable, except
   the text colour:
 * `color: #fff;`
 *  Thread Starter [guibrazil](https://wordpress.org/support/users/guibrazil/)
 * (@guibrazil)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/changing-the-ssl/#post-5544672)
 * 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.
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/changing-the-ssl/#post-5544713)
 * > 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](https://wordpress.org/plugins/search.php?q=reCAPTCHA)
 *  Thread Starter [guibrazil](https://wordpress.org/support/users/guibrazil/)
 * (@guibrazil)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/changing-the-ssl/#post-5544728)
 * Thank you very much for your amazing help! =)
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/changing-the-ssl/#post-5544765)
 * You’re welcome! Good luck with the site.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Changing the CSS’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/writr/1.2.9/screenshot.png)
 * Writr
 * [Support Threads](https://wordpress.org/support/theme/writr/)
 * [Active Topics](https://wordpress.org/support/theme/writr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/writr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/writr/reviews/)

## Tags

 * [comments-page](https://wordpress.org/support/topic-tag/comments-page/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [Themes](https://wordpress.org/support/topic-tag/themes/)

 * 6 replies
 * 2 participants
 * Last reply from: [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/changing-the-ssl/#post-5544765)
 * Status: resolved