SP Booking - Transport - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

SP Booking - Transport

Libor

Libor

Extension 3 years ago

Hi, is it possible to remove the search form from the transport menu? Also, I can't find where to change the price parameter. Currently it is price/day and I need price/person. Many thanks for help.

[https://imgur.com/a/9u1nkTu]

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #83338

Hi there!

Thanks for your query.

You may use the following code snippet in your custom CSS:

body.view-transports .topbar-search-options.spbooking-top-filter {
    display: none;
}

Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

You can try to change the 'day' word for your transport part within the component's language file. Here is a screenshot for your ease:

https://prnt.sc/9JT2J5tPBDet

Here is the path: /language/en-GB/en-GB.com_spbooking.ini

Hope this helps!

Best Regards

0
Libor
Libor
Accepted Answer
3 years ago #83357

Rashida many thanks, this helps.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #83379

Glad that it helped Libor and you are always welcome:)

0