Page 1 of 1

DayBack: how to change the current-day highight color?

PostPosted: Mon Apr 04, 2016 1:26 pm
by rowanning
How do I adjust the highlight color for the current day in DayBack? I.e. the default is a mild light yellow, I want to change it to a much more saturated & noticeable shade.

Thank you.

Re: DayBack: how to change the current-day highight color?

PostPosted: Mon Apr 04, 2016 3:17 pm
by DanW
Great question. You can modify your CSS theme to style the highlight color of the current day. Add this rule to the CSS of your theme in DayBack (although I'm sure you'll want a nice rgb() color instead of red):

.fc-state-highlight { background-color: red; }

For more info on modifying themes in DayBack, see this link: http://www.seedcode.com/pmwiki/index.ph ... eMaker.CSS

Let me know if this works for you!