Changes

Jump to navigation Jump to search

Custom CSS

9 bytes added, 08:52, 27 August 2018
.dashgridshowfilter {display:none;}
=== Hide the "Make a Charge using Stripe" button ===
.makechargeusingl{display: none}
=== Hide elements from the BOOKINGS pop up ===
Guest titel
.pagetypeajaxbookedit .menusetting-guesttitle{ display: none }
.pagetypeajaxbookedit .menusetting-roomid{ display: none }
=== Hide property name in the BOOKINGS GRID ===.bookgrid_rowpropname{display: none;} === Hide a certain colum in the BOOKINGS Table ===
.pagetypebookings .bookingtable tr > *:nth-child(X) {display: none;}
=== Hide a certain colum in the RATES Table ===
.pagetyperates .bookingtable tr> *:nth-child(X) {display: none;}
 
 
== Hide property name in the BOOKINGS GRID ==
.bookgrid_rowpropname{display: none;}

Navigation menu