Category:Developers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 144: | Line 144: | ||
Note: Icons might disappear when the editor is opened again. In this case you will need to enter it again. | Note: Icons might disappear when the editor is opened again. In this case you will need to enter it again. | ||
=== Hide icons (responsive booking page only)=== | |||
.b24fa{ | |||
display: none; | |||
} | |||
#b24scroller .input-group-addon{ | |||
display: none; | |||
} | |||
=== Change text color of language selector and currency selector (responsive booking page only)=== | |||
#topofthebookingpage{ | |||
color: #ffffff | |||
} | |||
exchange ffffff with the hex code of the color you want to use. | |||
== Javascript == | == Javascript == | ||
* Javascript can be entered in SETTINGS->BOOKING PAGE ->DEVELOPERS"Advanced HTML Settings" | * Javascript can be entered in SETTINGS->BOOKING PAGE ->DEVELOPERS"Advanced HTML Settings" | ||