Remove 'Size' Field

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #831671
    UPR
    Participant

    Hi guys,
    For me the size field of a property is not relevant. Can this be hidden as a default (safe from updates)?

    Cheers,
    Sascha

    #832571
    J. Davis
    Keymaster

    Hi,

    You may add the style below to Appearance > Customize > Additional CSS (or styles.css of the child theme) in order to remove size parameter

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

    best regards,
    J. Davis

    #832716
    UPR
    Participant

    Thank you, works great!

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