Title: Info
Last modified: February 18, 2025

---

# Info

 *  [gigidife](https://wordpress.org/support/users/gigidife/)
 * (@gigidife)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/info-42/)
 * Hi I have a problem with the colors plugin. my site has a black background. the
   problem is that the write message button appears grayed out and you can’t see
   anything. I searched the forum a bit inserting a css string but it always appears
   in that color. How can I make the text white. Congrats on the great plugin for.
   Thank you.

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

 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/info-42/#post-18313255)
 * Hi, that is unfortunate. Here is CSS that shouyld do something. You can add it
   through Appearance > Customizer > Custom CSS. Does this help for a starter?
 *     ```
       html body div.gwolle-gb input[type="button"],html body div.gwolle-gb input[type="submit"] {    color: #fff; /* white */    background-color: #f00; /* red */    border: 1px solid #0f0; /* green */}html body div.gwolle-gb form.gwolle-gb-write div.input input[type="text"],html body div.gwolle-gb form.gwolle-gb-write div.input input[type="email"],html body div.gwolle-gb form.gwolle-gb-write div.input input[type="url"],html body div.gwolle-gb form.gwolle-gb-write div.input textarea,html body div.gwolle-gb form.gwolle-gb-write div.input select {    border: 1px solid #0f0; /* green */}
       ```
   
 * Regards, Marcel
 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/info-42/#post-18313258)
 * If it doesn’t help, could you share the address of the website? I can then take
   a look and see if I can write something more fitting.
 *  [Senri Miura](https://wordpress.org/support/users/senribb/)
 * (@senribb)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/info-42/#post-18362928)
 * My website also has a black background, so the plugin update made the Gwolle 
   Guestbook button hard to see. So I fixed it with the following additional CSS.
   Now the input buttons are displayed stylishly:
 *     ```wp-block-code
       /*	Gwolle Guestbook button redesign*/.gwolle-gb-write-button input {	font-size: 9pt !important;}.gwolle-gb-write-button {	.button {		display       : inline-block;		border-radius : 5%;		font-size     : 9pt;		text-align    : center;		cursor        : pointer;		padding       : 12px 12px;		background    : #000066;		color         : #ffffff;		line-height   : 1em;\		transition    : .3s;		box-shadow    : 0px 0px 8px #666666;		border        : 2px solid #000066;  }	.button:hover {		box-shadow  : none;		color       : #000066;		background  : #ffffff;	}}
       ```
   
    -  This reply was modified 1 year, 3 months ago by [Senri Miura](https://wordpress.org/support/users/senribb/).
    -  This reply was modified 1 year, 3 months ago by [Senri Miura](https://wordpress.org/support/users/senribb/).

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

The topic ‘Info’ is closed to new replies.

 * ![](https://ps.w.org/gwolle-gb/assets/icon-256x256.png?rev=1114688)
 * [Gwolle Guestbook](https://wordpress.org/plugins/gwolle-gb/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gwolle-gb/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gwolle-gb/)
 * [Active Topics](https://wordpress.org/support/plugin/gwolle-gb/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gwolle-gb/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gwolle-gb/reviews/)

## Tags

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

 * 4 replies
 * 3 participants
 * Last reply from: [Senri Miura](https://wordpress.org/support/users/senribb/)
 * Last activity: [1 year, 3 months ago](https://wordpress.org/support/topic/info-42/#post-18362928)
 * Status: not resolved