Home / Technical how to | Custom Code Required / How to remove “Delete Property” from Dashboard -> ActionsHow to remove “Delete Property” from Dashboard -> Actions 325 views 0 To remove “Delete property” option, you can use as easy solution below css.property_dashboard_action .dropdown-menu>li:nth-of-type(2) { display: none; }