Custom CSS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 10: | Line 10: | ||
__TOC__ | __TOC__ | ||
= BOOKING PAGE = | = BOOKING PAGE = | ||
<span class="" style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> Custom CSS can be added in SETTINGS | <span class="" style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> Custom CSS can be added in {{#fas:cog}} (SETTINGS) BOOKING ENGINE > DEVELOPERS > "Custom CSS" | ||
=== Bigger room name === | === Bigger room name === | ||
| Line 31: | Line 31: | ||
=== Background Image === | === Background Image === | ||
To use a background image upload it to SETTINGS | To use a background image upload it to {{#fas:cog}} (SETTINGS) > BOOKING ENGINE > PICTURES. | ||
Replace '<nowiki>https://www.beds24.com/pic/p0000/2049/04.jpg</nowiki>' with the url of your uploaded picture. | Replace '<nowiki>https://www.beds24.com/pic/p0000/2049/04.jpg</nowiki>' with the url of your uploaded picture. | ||
| Line 185: | Line 185: | ||
= MULTIPLE BOOKING PAGE = | = MULTIPLE BOOKING PAGE = | ||
<span class="" style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> Custom CSS can be added in SETTINGS > BOOKING PAGE > MULTIPLE PROPERTIES > DEVELOPERS > "Custom CSS" | <span class="" style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> Custom CSS can be added in {{#fas:cog}} (SETTINGS) > BOOKING PAGE > MULTIPLE PROPERTIES > DEVELOPERS > "Custom CSS" | ||
=== Make search criteria always visible === | === Make search criteria always visible === | ||
| Line 204: | Line 204: | ||
= INVOICES and PRINT TEMPLATES = | = INVOICES and PRINT TEMPLATES = | ||
Custom CSS can be added in SETTINGS > GUEST MANAGEMENT > STYLING > "Custom CSS" | Custom CSS can be added in {{#fas:cog}} (SETTINGS) > GUEST MANAGEMENT > STYLING > "Custom CSS" | ||
=== Center invoice on the screen and set overall font size=== | === Center invoice on the screen and set overall font size=== | ||
| Line 530: | Line 530: | ||
<code>.pagetypeajaxbookedit .menusetting-guestemail{display:none;}</code> | <code>.pagetypeajaxbookedit .menusetting-guestemail{display:none;}</code> | ||
==Reports == | |||
<span class="" style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> Custom CSS can be added in {{#fas:cog}} (SETTINGS) > GUEST MANAGEMENT > STYLING > "Custom CSS" | |||
=== Hide a the "Booking Notes" column in the Daily Unit Activity report=== | |||
<code>.reportdailyunitactivity th > *:nth-child(9) {display: none;}</code> | |||
<code>.reportdailyunitactivity td > *:nth-child(9) {display: none;}</code> | |||
== Miscellaneous == | == Miscellaneous == | ||