Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 188: | Line 188: | ||
.dashgridshowfilter {display:none;} | .dashgridshowfilter {display:none;} | ||
== Hide the "Make a Charge using Stripe" button == | === Hide the "Make a Charge using Stripe" button === | ||
.makechargeusingl{display: none} | .makechargeusingl{display: none} | ||
== Hide elements from the BOOKINGS pop up == | === Hide elements from the BOOKINGS pop up === | ||
Guest titel | Guest titel | ||
.pagetypeajaxbookedit .menusetting-guesttitle{ display: none } | .pagetypeajaxbookedit .menusetting-guesttitle{ display: none } | ||
| Line 237: | Line 237: | ||
.pagetypeajaxbookedit .menusetting-roomid{ display: none } | .pagetypeajaxbookedit .menusetting-roomid{ display: none } | ||
== Hide a certain colum in the BOOKINGS Table == | === 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;} | .pagetypebookings .bookingtable tr > *:nth-child(X) {display: none;} | ||
== Hide a certain colum in the RATES Table == | === Hide a certain colum in the RATES Table === | ||
.pagetyperates .bookingtable tr> *:nth-child(X) {display: none;} | .pagetyperates .bookingtable tr> *:nth-child(X) {display: none;} | ||