/** hide enable filtering button **/
.facetwp-map-filtering {
display: none;
}
/** hides map markers **/
.gm-style > div:first-of-type > div:first-of-type > div > div:nth-of-type(2) {
display: none;
}
Code snippets for FacetWP
/** hide enable filtering button **/
.facetwp-map-filtering {
display: none;
}
/** hides map markers **/
.gm-style > div:first-of-type > div:first-of-type > div > div:nth-of-type(2) {
display: none;
}