Changes

Jump to navigation Jump to search

Custom CSS

16 bytes added, 11:24, 19 April 2019
.pagetypelogin .b24btn_Login{background-color:#xxxxxx;}
==Booking Popup==
==BOOKING POPUP=Hide the "Delete" button in the booking menu=== .pagetypeajaxbookedit .deletebookingbutton{display:none;} ===Hide the "Add Booking" button in the booking menu=== .icon-suitcase, .b24btn_AddBooking{display:none;} ===Hide the "Copy as new" button in the booking menu=== .pagetypeajaxbookedit #bookingcopyasnewbutton{display:none;} ===Hide the "Print" button in the booking menu=== .pagetypeajaxbookedit #bookingprintbutton{display:none;} ===Hide the "Template" buttons in the booking menu=== .pagetypeajaxbookedit #bookingtemplate1button{display:none;}  .pagetypeajaxbookedit #bookingtemplate2button{display:none;}  .pagetypeajaxbookedit #bookingtemplate3button{display:none;} ===Hide "Show" in the CALENDAR=== .dashgridshowfilter {display:none;} ===Hide "Override row" in the CALENDAR=== .dashgrid_rowtype1{display:none;} ===Hide dropdown for rooms in the CALENDAR=== .dashgrid_rowroomname .dropdown{display:none !important;} === Hide the "Make a Charge using Stripe" button === .makechargeusingl{display:none;}
=== Hide elements from the BOOKINGS pop up ===
Email (under the Email tab)
.pagetypeajaxbookedit .menusetting-guestemail{display:none;}
 
===Hide the "Delete" button in the booking menu===
.pagetypeajaxbookedit .deletebookingbutton{display:none;}
 
===Hide the "Add Booking" button in the booking menu===
.icon-suitcase, .b24btn_AddBooking{display:none;}
 
===Hide the "Copy as new" button in the booking menu===
.pagetypeajaxbookedit #bookingcopyasnewbutton{display:none;}
 
===Hide the "Print" button in the booking menu===
.pagetypeajaxbookedit #bookingprintbutton{display:none;}
 
===Hide the "Template" buttons in the booking menu===
.pagetypeajaxbookedit #bookingtemplate1button{display:none;}
 
.pagetypeajaxbookedit #bookingtemplate2button{display:none;}
 
.pagetypeajaxbookedit #bookingtemplate3button{display:none;}
 
 
==CALENDAR==
 
===Hide "Show" in the CALENDAR===
.dashgridshowfilter {display:none;}
 
===Hide "Override row" in the CALENDAR===
.dashgrid_rowtype1{display:none;}
 
===Hide dropdown for rooms in the CALENDAR===
.dashgrid_rowroomname .dropdown{display:none !important;}
 
=== Hide the "Make a Charge using Stripe" button ===
.makechargeusingl{display:none;}
=== Hide property name in the BOOKINGS GRID ===
770

edits

Navigation menu