Custom CSS: Difference between revisions
Jump to navigation
Jump to search
Tag: Undo |
|||
| Line 519: | Line 519: | ||
=== Hide 'Template 2' from Guest Management > Booking Templates === | === Hide 'Template 2' from Guest Management > Booking Templates === | ||
<code>.pagetypecommunicationbooktemplate #settingformid .background_boxprop:nth-of-type(2){display:none;}</code> | <code>.pagetypecommunicationbooktemplate #settingformid .background_boxprop:nth-of-type(2){display:none;}</code> | ||
=NEW CONTROL PANEL= | |||
==Navigation== | |||
===Hide SUPPORT button=== | |||
<code>.navbar-top .btngroupdropdown{display: none}</code> | |||
===Hide page help icon on the right=== | |||
<code>.opener-right{display: none}</code> | |||