Removing The Search From One Page In Travus Template - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Removing The Search From One Page In Travus Template

R

Raed

Extension 3 years ago

Hello all How can I remove the Search and the price range from the page: https://luxeriustt.com/index.php/package

and also how can I add The Holy Land to the Country List?

thank you

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #50213

Hi,

ad 1 ) It may not be so simple (those are not modules), but I will check.

ad 2) Added already. In SP Booking component you have "Locations"

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #50214

I added extra custom CSS inside Template Options - Custom Code - Custom CSS and now you have reduced view, as you wanted.

.view-packages .spbooking-col-md-5.spbooking-col-lg-4 
{display: none;}
.view-packages  .spbooking-col-lg-8 
{-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}

.view-packages #topbar-filter-form {display: none;}   

foto_7512_2022.png

0