Empty properties

Try adding the following css rule in file custom.css:

div.block-properties > div:has(div:empty) {
  display: none;
}
4 Likes