Skip to content

Instantly share code, notes, and snippets.

@hivepress
Last active January 30, 2024 07:04
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/4b0e971aae6a87afdf3e2ee68bf36918 to your computer and use it in GitHub Desktop.
Save hivepress/4b0e971aae6a87afdf3e2ee68bf36918 to your computer and use it in GitHub Desktop.
Make the location link non-clickable for listings #hivepress #geolocation
.hp-listing--view-block .hp-listing__location a,
.hp-listing--view-page .hp-listing__location a {
pointer-events: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment