Remove size from displaying

  • This topic has 3 replies, 3 voices, and was last updated 6 years ago by J. Davis.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #655949

    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

    Hi David,

    Try using the style below:

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

    best regards,
    John

    #796802

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

    Thanks

    Brian

    #797560

    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.