Appointment Slot Text Colors

  • cwatkins
    Asked on October 16, 2014 at 5:29 PM

    I was wondering if there's a way to edit/change the text color on the Appointment Slots widget to something other than the original green it appears as?

  • Welvin Support Team Lead
    Replied on October 16, 2014 at 6:27 PM

    Hi,

    You can inject the following custom CSS codes to the widget custom CSS area:

    .items-left {

    color: #000 !important;

    }

    Appointment Slot Text Colors Image 1 Screenshot 20

    You change the color to any you want. You can find hex codes here: http://www.colorpicker.com/

    Thank you!