Additional tips: Difference between revisions

No edit summary
No edit summary
Line 134: Line 134:
2. In this custom feature Settings add to Booking pages CSS tab code:<br><br>
2. In this custom feature Settings add to Booking pages CSS tab code:<br><br>
''New themes''<br>
''New themes''<br>
:For usual confirmation page
<code>#booking-result-view .booking-item.booking-confirmed {
<code>#booking-result-view .booking-item.booking-confirmed {
content: url('http://    ';);
}</code>
:In case Accept payments feature is on and invoices are used as the booking confirmation page.
<code>.invoice-pay-page .invoice-info .part table b.text-warning{
content: url('http://    ';);
content: url('http://    ';);
}</code>
}</code>
Line 159: Line 164:
5. In your SimplyBook.me admin interface go to Custom Features // Custom Features section and enable Custom CSS Custom Feature. In this Custom Feature settings add code with src copied from previous step:<br><br>
5. In your SimplyBook.me admin interface go to Custom Features // Custom Features section and enable Custom CSS Custom Feature. In this Custom Feature settings add code with src copied from previous step:<br><br>
''New themes''
''New themes''
:For usual confirmation page:
<code>#booking-result-view .booking-item.booking-confirmed { background-image: url("src from facebook"); }</code>
<code>#booking-result-view .booking-item.booking-confirmed { background-image: url("src from facebook"); }</code>
<br><br>
<br><br>
''Old themes''
:In case Accept payments feature is on and invoices are used as the booking confirmation page.
<code>.invoice-pay-page .invoice-info .part table b.text-warning{{ background-image: url("src from facebook"); }</code>
<br> <br>
''Old themes''<br>
<code>.go-back-link {
<code>.go-back-link {
background-image: url("src from facebook");
background-image: url("src from facebook");