Maybe good to add optional customizable message (maybe 120 characters) that can be shown to potential guest on check out. Can cover cancellation policy or something important. Right now many people are asking "do you have special covid cancellation policy". I would love to be able to add message like "standard cancellation refund policy applies unless government shutdown mandated" .
.container-fluid:after {
content: "standard cancellation refund policy applies unless government shutdown mandated";
margin-left: 20px;
margin-top:10px;
font-weight: bold;
color: #FF0000;
}
Simply paste this in your widget CSS
How is 'widgets' used? I see questions about them, but would like to understand what they really are.
Widgets are code snippets you can drop on your own custom website, to display an OwnerRez-generated calendar, Book Now form, etc.
https://www.ownerrez.com/support/articles/widgets
LayerFort said:
.container-fluid:after {Simply paste this in your widget CSS
Thank you for sharing this code!!