Skip to content

Instantly share code, notes, and snippets.

@hivepress
Created April 26, 2022 16:32
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/d5cc9661e4f1e1d75c971a25aea8a1ff to your computer and use it in GitHub Desktop.
Save hivepress/d5cc9661e4f1e1d75c971a25aea8a1ff to your computer and use it in GitHub Desktop.
Hide map on the listings search page #hivepress #listings
.hp-template--listings-view-page .hp-map {
display: none;
}
@shwebb15
Copy link

Removes map from listing page but not search page.

@hivepress
Copy link
Author

It should apply to all the pages where listings are displayed with pagination (category and search pages), if you mean a single listing page please use the same snippet but change the "listings" word to "listing".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment