How to remove "from $price" text from the booking page?

Everything related to your website and the Beds24 widgets
Post Reply
wvs_2003
Posts: 59
Joined: Sat Dec 31, 2016 10:59 pm

Hi all,

How do you remove the "from $$$$" text from the booking page? For example, in the attached picture, the booking page shows room details, availability, etc. However, I do not want the "from $120.00" text (annotated with the red box) to be shown.
Attachments
beds24 question.jpg
beds24 question.jpg (54.5 KiB) Viewed 2272 times
markkinchin
Site Admin
Posts: 935
Joined: Fri Mar 02, 2012 1:43 pm

You can add some custom CSS to the booking page to hide the div containing the text. The following should do the job.

Code: Select all

.at_offerfromdiv {display:none;}
Add it at the Settings > Booking Page > Developer > Custom CSS
wvs_2003
Posts: 59
Joined: Sat Dec 31, 2016 10:59 pm

thank you, the css code works!

another question: instead of completely removing the "from $120.00" price, how can I show the highest price offered for that room type? The "from $120.00" is for a single occupancy, but i have a higher price for double occupancy. Same situation for my other room type, the lowest price is shown for a double occupancy, but I want my highest price shown for a occupancy of 4.
Post Reply