Changing Colour of Event names

Home Forums HRM Changing Colour of Event names

Tagged: 

Viewing 1 reply thread
  • Author
    Posts
    • #37115
      [email protected]
      Participant

      Hi there,

      Has anyone come across any difficulties when trying to change the CSS values for the event names?
      It looks like by default the even names are #FFF on coloured background depending on the type (e.g public holidays are orange with white font). However, Staff Leave is white on a light grey background which makes it very hard to read.

      I have tried updating the classes in the WordPress Customise area (CSS)
      .fc-event, .fc-event:hover, .ui-widget .fc-event {
      color: #000;
      text-decoration: none;
      }

      Also tried changing .fc-content and with !important into the CSS class without any luck.

      Any ideas?

      Regards

      Chris

    • #37125
      Jay
      Participant

      Hello @Chris

      The CSS should be like:

      .fc-day-grid-event .fc-h-event .fc-event .fc-start .fc-end {
      background-color: #FF5354;
      border-color: #FF5354;
      }

      Change the color as per your needs.

      Note: It’s better to insert the custom CSS on your theme or child theme CSS file.

      Thanks

Viewing 1 reply thread
  • The forum ‘HRM’ is closed to new topics and replies.

Contact Us

Reach out to us for any inquiry

You must enter full name
You must enter email
You must enter message

We received your query

We will reply to you very soon :)