Remove Prices Start At from [mphb_room] shortcode

Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking Remove Prices Start At from [mphb_room] shortcode

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1401425
    Mervat Schwarby
    Participant

    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"]

    #1403229
    J. Davis
    Keymaster

    Hi 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 Davis

    #1403244
    Mervat Schwarby
    Participant

    That did not work

    #1403307
    J. Davis
    Keymaster

    Hi Mervat,

    Could you please provide the URL to the page where this should be removed?

    best regards,
    John Davis

    #1403518
    Mervat Schwarby
    Participant
    #1403870
    J. Davis
    Keymaster

    Hi, 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 Davis

    #1403886
    Mervat Schwarby
    Participant

    That 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.

    #1403910
    Pavel Lukáš
    Participant
    #1403921
    J. Davis
    Keymaster

    Hi 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 Davis

    #1403930
    Mervat Schwarby
    Participant

    That worked. Thank you!

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.