Title: Button Colours
Last modified: April 17, 2020

---

# Button Colours

 *  Resolved [suetonius](https://wordpress.org/support/users/suetonius/)
 * (@suetonius)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/button-colours-2/)
 * Hi
    Everything has gone smoothly with displaying my public calendar EXCEPT (there’s
   always en ‘except’, isn’t there!?!?), the buttons display with a light grey background
   with white text – not the most legible of combinations. I have searched and tried
   everything I can think of. Does anyone know how to change the backround colour
   of the buttons and the colour of the text. Thanks in advance.

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

 *  Plugin Author [michielve](https://wordpress.org/support/users/michielve/)
 * (@michielve)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/button-colours-2/#post-12756491)
 * Hi,
 * The buttons use the style of the WordPress theme but you can change them with
   CSS. Either by using a child theme as explained in the FAQ section on this plugin
   page. Or you add some additional CSS in the WordPress admin (Appearance / Customize/
   Additional CSS).
 * For example:
 *     ```
       .fc-button.fc-button-primary {
         background-color:green;
         color:yellow;
       }
       ```
   
 * Best wishes,
    Michiel
    -  This reply was modified 6 years, 1 month ago by [michielve](https://wordpress.org/support/users/michielve/).
 *  Thread Starter [suetonius](https://wordpress.org/support/users/suetonius/)
 * (@suetonius)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/button-colours-2/#post-12756712)
 * Thanks, Michiel.
    That works a treat.
 * Best wishes … and keep up the good work! 🙂
    Jim.

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

The topic ‘Button Colours’ is closed to new replies.

 * ![](https://ps.w.org/private-google-calendars/assets/icon-256x256.png?rev=2203549)
 * [Private Google Calendars](https://wordpress.org/plugins/private-google-calendars/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/private-google-calendars/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/private-google-calendars/)
 * [Active Topics](https://wordpress.org/support/plugin/private-google-calendars/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/private-google-calendars/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/private-google-calendars/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [suetonius](https://wordpress.org/support/users/suetonius/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/button-colours-2/#post-12756712)
 * Status: resolved