Changes

Jump to navigation Jump to search

Custom CSS

197 bytes added, 21:40, 24 August 2018
.bookingpagecentshide {display:inline;}
=== Mark certain days of fields in the week calendar selector===Example 1: Change You can highlight both the headings of the calendar (i.e. Mon, Tue, Wed, Thu, Fri, Sat, Sun) and all the dates that fall on a given day of the background color for week (i.e. all 4 or 5 dates that fall on a Saturday ).
Headings = .dayMon (dayTue, dayWed, dayThu, dayFri, daySat {color:#c44a2f !important;}, daySun)
Use daySunDates = .daymon (daytue, dayMondayewed, dayTuedaythu, dayeWeddayfri, dayThudaysat, dayFri to change the background color for other days.daysun)
Example 21: Change Set the background font color for Saturday the weekday heading of Monday ('Mon')
.daysat dayMon{background-color:#ccc c44a2f !important;}
exchange daysat by daysun, daymon, daytue, dayewed, daythu, dayfri to exchange Example 2: Set the backgound background color for other days.the weekday heading of Monday ('Mon')
.dayMon{background-color:#c44a2f !important;} Example 3: Set the font color for all the dates that fall on a Saturday  .daysat {color:#c44a2f !important;} Example 4: Add a border arround Saturday around all the dates that fall on a Sunday
.daysat {border:1px solid #999999 !important;}
 
exchange daysat by daysun, daymon, daytue, dayewed, daythu, dayfri to exchange the backgound color for other days.
=== Add a border around the selected dates===
770

edits

Navigation menu