DMXzone Calendar 3 Support Product Page
  Answered 
 How to Not Highlight today?
 Asked  21 Mar 2015  15:52:44 
  1 
     has   this question  
  21 Mar 2015  15:52:44 Thomas Massano posted: 
 I have  4 columns and 2 rows displayed. My user is getting confused that today is highlighted, and the one he selected. Is there a way to not highlight today?  Replies
 Replied 23 Mar 2015  08:03:50 
   23 Mar 2015  08:03:50 Teodor Kuduschiev replied: 
  Hello Thomas,
The following rule is responsible for styling today's date for the datepicker:
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
You can either remove it from the css file, or just change its styles to something else.
  The following rule is responsible for styling today's date for the datepicker:
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
You can either remove it from the css file, or just change its styles to something else.

