Custom CSS: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 289: Line 289:
===Hide the "Add Booking" from mobile DASHBOARD===
===Hide the "Add Booking" from mobile DASHBOARD===
<code>.mobiledashaddbooking{display:none;}</code>
<code>.mobiledashaddbooking{display:none;}</code>
===Hide room on Housekeeping Units and Housekeeping Bookings modules====
.widgettype-units .roomrowclassXXX {display: none;} /* replace XXX with the room ID*/


==Hide  column on the dashboard tables==
==Hide  column on the dashboard tables==