Skip to content

Instantly share code, notes, and snippets.

@hivepress
Last active January 5, 2024 15:29
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hivepress/e3bab45990d36067e42459ea8fc124c4 to your computer and use it in GitHub Desktop.
Save hivepress/e3bab45990d36067e42459ea8fc124c4 to your computer and use it in GitHub Desktop.
Hide the Delete Listing link on the listing edit pages #hivepress #listings
.hp-template--listing-edit-page .hp-listing__action--delete,
.hp-template--listings-edit-page .hp-listing__action--delete {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment