• Resolved suetonius

    (@suetonius)


    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

    (@michielve)

    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 4 years, 10 months ago by michielve.
    Thread Starter suetonius

    (@suetonius)

    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.