Page 1 of 1

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

Posted: Sun Jan 01, 2017 4:28 am
by wvs_2003
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.

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

Posted: Sun Jan 01, 2017 9:21 pm
by markkinchin
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

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

Posted: Sun Jan 01, 2017 10:57 pm
by wvs_2003
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.