Remove size from displaying

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #655949
    David
    Participant

    How do I remove the Size (capacity accommodation information, under children) from displaying. I was able to use CSS and your example to remove children (listed here), but how do I do the same for Size?

    #656115
    J. Davis
    Keymaster

    Hi David,

    Try using the style below:

    .mphb-room-type-size{
    	display:none !important;
    }

    best regards,
    John

    #796802
    Brian Barker
    Participant

    John, just found your coe for hiding size – just what I needed.

    Thanks

    Brian

    #797560
    J. Davis
    Keymaster

    Hi Brian,

    I’m happy it was helpful 😉

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