The Property ID is a unique number automatically generated by WordPress for each listing. If you prefer not to display this ID on the property page, you can easily hide it using custom CSS.
Steps to Hide the Property ID
-
Go to Theme Options → Design → Custom Colors → Custom CSS.
-
Add the following CSS code and Save Changes
.list_detail_prop_id{
display:none;
}