Hide (+taxes and fees)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1188166
    David Smith
    Participant

    How is it possible to hide “(+taxes and fees)” from the Homepage and Accommodation Type page?

    The website in question has been designed for holiday rentals, where no taxes are charged, but the service fee varies wildly from one property to another, and having this displayed is not required. Also, the customer want’s it removed 🙂

    Thanks in advance for any help.

    #1190278
    Andre Flores
    Moderator

    Hello David,

    Simply add the following code under Appearance ->Customize ->Additional CSS:

    .mphb-tax-information.taxes-included {
    	display: none;
    }

    This should remove the text from your pages.

    Regards,
    Andre

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