Custom CSS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 250: | Line 250: | ||
=== Hide a certain colum in the Departues Table on the dashboard=== | === Hide a certain colum in the Departues Table on the dashboard=== | ||
.mobiledeparture tr > *:nth-child(X) {display: none;} | .mobiledeparture tr > *:nth-child(X) {display: none;} | ||
=== Hide a certain row in the "Info" tab on GUESTS=== | |||
.pagetypeguests .viewguest .table tr:nth-child(x) {display: none; } | |||
=== Hide potential issue "Less than 12 months available"=== | === Hide potential issue "Less than 12 months available"=== | ||