Hiding page properties

How can I hide the page properties in the linked references?

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

.references .page-properties {
  display: none;
}

thank you! what about if I wanna hide the block properties from the linked references?

Simply replace .page-properties with .block-properties