how can i change event date colors in appointment calendar?
i have found the code on calendar.php bt its nt working.
how can i change event date colors in appointment calendar?
i have found the code on calendar.php bt its nt working.
Hi Shamika,
Here the instruction to change color of Event(Appoiment/TimeOff) at CLIENT CALENDAR:
File: appointment-calendar-shortcode.php
(According to 2.5 Ver)
If event is an Appointment, then:
Line No. 298
backgroundColor : '#1FCB4A',
Just change the color-code #1FCB4A according to you.
If event is a Timeoff, then:
[1] Normal TimeOff
Line No. 347
backgroundColor : '#FF7575',
Just change the color-code #FF7575 according to you.
[2] Recurring(Repeating) TimeOff
Line No. 415, 441
backgroundColor : '#FF7575',
Just change the color-code #FF7575 according to you.
Also you can change the test color by changing the:
textColor: 'black',
just put the name of color or you can apply any color-code(#FFFFFF)
Same to do in calendar.php for changing colors at Admin Dashboard.
Thanks...
-Frank
You must log in to post.