Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking Remove Prices Start At from [mphb_room] shortcode
- This topic has 9 replies, 3 voices, and was last updated 1 year, 10 months ago by Mervat Schwarby.
- AuthorPosts
- January 14, 2023 at 2:50 pm #1401425Mervat SchwarbyParticipant
Is there a way to remove “prices start at: when using these shortcodes
[mphb_room id="1176" title="true" featured_image="false" details="false" excerpt="false" price="false"]
[mphb_room id="1176" title="true" featured_image="false" details="true" excerpt="false" price="true"]
January 18, 2023 at 3:52 pm #1403229J. DavisKeymasterHi Mervat,
Thanks for your question. You may try to apply the style below at Appearance > Customize > Additional CSS:
.mphb_sc_room-wrapper .mphb-regular-price strong { display:none; }
best regards,
John DavisJanuary 18, 2023 at 5:15 pm #1403244Mervat SchwarbyParticipantThat did not work
January 18, 2023 at 11:35 pm #1403307J. DavisKeymasterHi Mervat,
Could you please provide the URL to the page where this should be removed?
best regards,
John DavisJanuary 19, 2023 at 9:00 am #1403518Mervat SchwarbyParticipant1) https://magicalearthretreat.com – scroll down to the 4 rooms
2) https://magicalearthretreat.com/accommodation/daisy-earth-retreat-1-queen-1-bunk-bed/ – scroll down, above the calendar
3) https://magicalearthretreat.com/accommodation/dalia-earth-retreat-1-queen-bed/ – scroll down, above the calendar
4) https://magicalearthretreat.com/accommodation/aspen-earth-retreat-1-queen-1-full-bed/ – scroll down, above the calendar
5) https://magicalearthretreat.com/accommodation/forest-earth-retreat-1-queen-bed/ – scroll down, above the calendar
January 20, 2023 at 5:24 am #1403870J. DavisKeymasterHi, Thanks for your reply. You may use the following style to hide it everywhere:
.mphb-regular-price strong { display:none !important; }
You may also edit the translation of the Hotel Booking plugin to change the text Prices Start At.
best regards,
John DavisJanuary 20, 2023 at 6:27 am #1403886Mervat SchwarbyParticipantThat did not work either. That removed “prices start at” but not the actual pricing
I do not know how to edit the translation of the Hotel Booking plugin.
January 20, 2023 at 7:19 am #1403910Pavel LukášParticipantMervat Schwarby
January 20, 2023 at 7:44 am #1403921J. DavisKeymasterHi Mervat,
Thanks for your reply. According to the initial request in this topic you have asked to remove the ‘prices start at:’. If you meant you need to hide the price either you may add the following CSS style:
.mphb-regular-price{ display:none !important; }
If this does not help I’d kindly ask you to clarify the question and attach a screenshot(s) to help us understand your concern correctly. Thanks.
best regards,
John DavisJanuary 20, 2023 at 7:58 am #1403930Mervat SchwarbyParticipantThat worked. Thank you!
- AuthorPosts
- You must be logged in to reply to this topic.