Additional tips: Difference between revisions
No edit summary |
No edit summary |
||
| Line 154: | Line 154: | ||
[[File:FBTP03_750.png|750px|center]]<br> | [[File:FBTP03_750.png|750px|center]]<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> | 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'' | ||
<code> | <code>#booking-result-view .booking-item.booking-confirmed { background-image: url("src from facebook"); }</code> | ||
#booking-result-view .booking-item.booking-confirmed { background-image: url("src from facebook"); } | |||
</code> | |||
<br><br> | <br><br> | ||
''Old themes'' | ''Old themes'' | ||
<code>.go-back-link { | <code>.go-back-link { | ||
background-image: url("src from facebook"); | background-image: url("src from facebook"); | ||