Category:Developers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 46: | Line 46: | ||
Add code in SETTINGS-> BOOKING PAGE -> DEVELOPERS "Custom CSS" | Add code in SETTINGS-> BOOKING PAGE -> DEVELOPERS "Custom CSS" | ||
/*code for a shadow | /*code for a shadow around your booking page*/ | ||
<nowiki>#</nowiki>bookingpage { | <nowiki>#</nowiki>bookingpage { | ||
| Line 88: | Line 88: | ||
exchange daysat by daysun, daymon, daytue, dayewed, daythu, dayfri to exchange the backgound color for other days. | exchange daysat by daysun, daymon, daytue, dayewed, daythu, dayfri to exchange the backgound color for other days. | ||
=== Add a border around the selected dates=== | |||
.datestay {border: 1px solid #2f2f2f important;} | |||
== Javascript == | == Javascript == | ||