Skip to content

Instantly share code, notes, and snippets.

@djrmom
Created July 29, 2020 13:39
Show Gist options
  • Save djrmom/916cea5302fa9105b5a7f9e663703481 to your computer and use it in GitHub Desktop.
Save djrmom/916cea5302fa9105b5a7f9e663703481 to your computer and use it in GitHub Desktop.
facetwp hide map markers with css
/** hides map markers on facetwp map facet with css **/
.gm-style > div:first-of-type > div:first-of-type > div > div:nth-of-type(2) {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment