How To Disable Booking Button, Booking Start Date And Amount From - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

How To Disable Booking Button, Booking Start Date And Amount From

R

Roderick

Template 5 months ago

Hello,

How can I disable the "Booking" button, "Booking Start date", when you click "View Tour" button in Travus Template. Also, when viewing the different tours under the image on the left corner, how to disable the "From (then amount)".

Please see below: https://www.awesomescreenshot.com/video/39392432?key=57d2660b9b7f18d0b630d01ced288691

https://www.awesomescreenshot.com/video/39392490?key=ee63854d85def224418d707278f1b9d3

Appreciate any help.

Thank you.

Rod.

0
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 5 months ago #191796

Hi

Thanks for contacting us and sorry for your issue. Could you please give me your site URL? So that I can check.

-Regards.

0
R
Roderick
Accepted Answer
5 months ago #191801

Hi Mehtaz,

Sorry, I unintentionally click on "Accept Answer". Please see below url:

https://www.primarytours.com/ptti2025/index.php/academix/museums and https://www.primarytours.com/ptti2025/index.php/getaways/25-the-mind-museum.

Appreciate your help.

Rod

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 5 months ago #191802

Hi

Use this CSS in your custom.css file

.spbooking-package .spbooking-price-wrap .price{
  display: none;
}
.spbooking-title-bottom{
  display: none;
}
.spbooking-btn.spbooking-btn-primary{
  display: none;
}
0
R
Roderick
Accepted Answer
5 months ago #191803

Hello Mehtaz,

Thank you so much for this help!! I applied the CSS script you gave me and it worked.

Regards,

Rod.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 5 months ago #191804

Glad to know that, and you are always welcome.

0