Links in room details

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1049822
    Maria Sarantinou
    Participant

    How can I remove the link from the room details such as amenities or location?

    thanks

    #1050358
    Andre Flores
    Moderator

    Hello Maria,

    You may disable links for amenities/attributes by adding the following code under Appearance ->Customize ->Additional CSS:

    .mphb-single-room-type-attributes a, .mphb-loop-room-type-attributes a, .loop-room-short-attributes a {
    	pointer-events: none;
    }

    Regards,
    Andre

    #1050374
    Maria Sarantinou
    Participant

    thanks

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