change background color of service days in calendar

Support forumCategory: Questionschange background color of service days in calendar
nicecap asked 5 years ago
This is a great app. I have a question. Which CSS class do I have to edit if I would like to change the background color of the days my prospects can book appointments? Let's imagine I have my service days each Friday. Unfortunately the Fridays will be blue numbers on white background in the calendar - which is the same as the past days and also as the current day. So I want Fridays in the future have a red background and white colors, just as an example. Which CSS class would I need to change? Thx Chris
nicecap replied 5 years ago

Uh, just saw that you cannot edit your articles in this forum?

Made a mistake which should be:
“So I want Fridays in the future have a red background color and a white number color.”
Sorry

1 Answers
Nikola Loncar Staff answered 5 years ago
Hi, try something like this:
.ui-datepicker-calendar tbody tr td:nth-child(5).free { background-color: red; color: #fff; } .ui-datepicker-calendar tbody tr td:nth-child(5).free a { color: #fff; }
Add that to custom styles in EA Settings > Customize > Styles Best regards, Nikola