Changes

Jump to navigation Jump to search

Custom CSS

483 bytes added, 12:01, 1 June 2020
no edit summary
__TOC__
= BOOKING PAGE =
<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 ===
=== Background Image ===
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.
= MULTIPLE BOOKING PAGE =
<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 ===
= INVOICES and PRINT TEMPLATES =
Custom CSS can be added in {{#fas:cog}} (SETTINGS ) > GUEST MANAGEMENT > STYLING > "Custom CSS"
=== Center invoice on the screen and set overall font size===
<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 ==

Navigation menu