Skip Navigation

[Resolved] Google map in greyscale

This support ticket is created 7 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 2 replies, has 2 voices.

Last updated by poM 7 years, 7 months ago.

Assisted by: Shane.

Author
Posts
#420026

poM

Hi,

Is there a way to display a Google map in greyscale ?

hidden link

Thanks

#420080

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

HI Po,

Thank you for contacting our support forum.

Unfortunately not you are not able to do this.

To achieve this would mean that you will need to do some additional customization to our plugin.

Unfortunately such customization is out of the scope of our support forum.

Thanks,
Shane

#423689

poM

Actually, it is with CSS and excluding the marker if it is a png file :

#js-wpv-addon-maps-render-map-etablissements img:not([src$=".png"]) {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.