Changes

Jump to navigation Jump to search

Languages

530 bytes removed, 10:21, 25 August 2018
You can use custom CSS to hide currencies from the currency selector. Read this help document to find out how: [[Custom_CSS#Hide_currencies_from_the_currency_selector_.28responsive_Booking_Page_only.29|Custom CSS]]
 
 
Individual currencies can be hidden by adding custom CSS in SETTINGS->BOOKING PAGE->DEVELOPERS "Custom CSS"
 
.cur-AUD, .cur-CAD, .cur-EUR, .cur-GBP, .cur-NZD,.cur-USD, .cur-BGN, .cur-BRL, .cur-CHF, .cur-CNY,.cur-CZK, .cur-DKK,.cur-HKD, .cur-HRK, .cur-HUF,.cur=HUF, .cur-IDR,.cur-INR, .cur-JPY, .cur-KRW, .cur-MXN, .cur-MYR, .cur-NOK, .cur-PHP, .cur-PLN, .cur-RON, .cur-RUB, .cur-SEK, .cur-SGD, .cur-THB, .cur-TRY, .cur-ZAR{
display: none;
}
 
will remove all currencies. Remove the currencies you want to show from the code.
Note: The currency converter only works on your booking page. If you are using booking channels which require a different than your standard currency you can add a price multiplier to convert to a different currency. For more information see the channel manager help pages.
770

edits

Navigation menu