Title: Grayscale map
Last modified: June 1, 2021

---

# Grayscale map

 *  Resolved [WebePc Gianluca Molina](https://wordpress.org/support/users/webepc/)
 * (@webepc)
 * [5 years ago](https://wordpress.org/support/topic/grayscale-map-3/)
 * is it possible to make the map grayscale except pointers like in the example 
   you show in the plugin WordPress page?
 * Thanks 🙂

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [plainware](https://wordpress.org/support/users/plainware/)
 * (@plainware)
 * [5 years ago](https://wordpress.org/support/topic/grayscale-map-3/#post-14534750)
 * Hello,
    I’m sorry for not replying sooner. You can try some helper sites that
   let you style the maps. For example with this one: [https://mapstyle.withgoogle.com/](https://mapstyle.withgoogle.com/)
   Choose the “silver” theme, click Finish, then click Copy JSON. Then paste this
   code into Locatoraid, Configuration, Google Maps, Custom Map Style.
 * For example, this code worked for me:
 *     ```
       [
         {
           "elementType": "geometry",
           "stylers": [
             {
               "color": "#f5f5f5"
             }
           ]
         },
         {
           "elementType": "labels.icon",
           "stylers": [
             {
               "visibility": "off"
             }
           ]
         },
         {
           "elementType": "labels.text.fill",
           "stylers": [
             {
               "color": "#616161"
             }
           ]
         },
         {
           "elementType": "labels.text.stroke",
           "stylers": [
             {
               "color": "#f5f5f5"
             }
           ]
         },
         {
           "featureType": "administrative.land_parcel",
           "elementType": "labels.text.fill",
           "stylers": [
             {
               "color": "#bdbdbd"
             }
           ]
         },
         {
           "featureType": "poi",
           "elementType": "geometry",
           "stylers": [
             {
               "color": "#eeeeee"
             }
           ]
         },
         {
           "featureType": "poi",
           "elementType": "labels.text.fill",
           "stylers": [
             {
               "color": "#757575"
             }
           ]
         },
         {
           "featureType": "poi.park",
           "elementType": "geometry",
           "stylers": [
             {
               "color": "#e5e5e5"
             }
           ]
         },
         {
           "featureType": "poi.park",
           "elementType": "labels.text.fill",
           "stylers": [
             {
               "color": "#9e9e9e"
             }
           ]
         },
         {
           "featureType": "road",
           "elementType": "geometry",
           "stylers": [
             {
               "color": "#ffffff"
             }
           ]
         },
         {
           "featureType": "road.arterial",
           "elementType": "labels.text.fill",
           "stylers": [
             {
               "color": "#757575"
             }
           ]
         },
         {
           "featureType": "road.highway",
           "elementType": "geometry",
           "stylers": [
             {
               "color": "#dadada"
             }
           ]
         },
         {
           "featureType": "road.highway",
           "elementType": "labels.text.fill",
           "stylers": [
             {
               "color": "#616161"
             }
           ]
         },
         {
           "featureType": "road.local",
           "elementType": "labels.text.fill",
           "stylers": [
             {
               "color": "#9e9e9e"
             }
           ]
         },
         {
           "featureType": "transit.line",
           "elementType": "geometry",
           "stylers": [
             {
               "color": "#e5e5e5"
             }
           ]
         },
         {
           "featureType": "transit.station",
           "elementType": "geometry",
           "stylers": [
             {
               "color": "#eeeeee"
             }
           ]
         },
         {
           "featureType": "water",
           "elementType": "geometry",
           "stylers": [
             {
               "color": "#c9c9c9"
             }
           ]
         },
         {
           "featureType": "water",
           "elementType": "labels.text.fill",
           "stylers": [
             {
               "color": "#9e9e9e"
             }
           ]
         }
       ]
       ```
   
 *  Thread Starter [WebePc Gianluca Molina](https://wordpress.org/support/users/webepc/)
 * (@webepc)
 * [5 years ago](https://wordpress.org/support/topic/grayscale-map-3/#post-14534755)
 * Thanks!
 *  Thread Starter [WebePc Gianluca Molina](https://wordpress.org/support/users/webepc/)
 * (@webepc)
 * [5 years ago](https://wordpress.org/support/topic/grayscale-map-3/#post-14536274)
 * into Locatoraid, Configuration, Google Maps, Custom Map Style.
    there is no “
   custom map style” option
 *  Plugin Author [plainware](https://wordpress.org/support/users/plainware/)
 * (@plainware)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/grayscale-map-3/#post-14541477)
 * Hello,
    don’t you have the settings form as in the following screenshot? [https://ibb.co/yQWrKL8](https://ibb.co/yQWrKL8)
 *  Thread Starter [WebePc Gianluca Molina](https://wordpress.org/support/users/webepc/)
 * (@webepc)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/grayscale-map-3/#post-14541503)
 * No, look:
    [https://i.postimg.cc/7YYY17Wm/immagine-2021-06-10-145516.png](https://i.postimg.cc/7YYY17Wm/immagine-2021-06-10-145516.png)
 *  Plugin Author [plainware](https://wordpress.org/support/users/plainware/)
 * (@plainware)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/grayscale-map-3/#post-14541577)
 * hmm, did you click the save button? As all the inputs below the API field appears
   after the API key is saved to the database.
 *  Thread Starter [WebePc Gianluca Molina](https://wordpress.org/support/users/webepc/)
 * (@webepc)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/grayscale-map-3/#post-14541588)
 * Yes
    I also tried to click on save but nothing
 *  Plugin Author [plainware](https://wordpress.org/support/users/plainware/)
 * (@plainware)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/grayscale-map-3/#post-14541837)
 * hmm, it’s quite strange. Is it possible for me to get a temporary WP admin access
   to that site and FTP access to wp-content/plugins directory? I’ll try to figure
   it out. If it’s acceptable for you, please send this info through [https://www.plainware.com/support/](https://www.plainware.com/support/)
   
   Grazie!
 *  Thread Starter [WebePc Gianluca Molina](https://wordpress.org/support/users/webepc/)
 * (@webepc)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/grayscale-map-3/#post-14541840)
 * Yes, no problem 🙂

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Grayscale map’ is closed to new replies.

 * ![](https://ps.w.org/locatoraid/assets/icon-128x128.png?rev=1779257)
 * [Locatoraid Store Locator](https://wordpress.org/plugins/locatoraid/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/locatoraid/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/locatoraid/)
 * [Active Topics](https://wordpress.org/support/plugin/locatoraid/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/locatoraid/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/locatoraid/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [WebePc Gianluca Molina](https://wordpress.org/support/users/webepc/)
 * Last activity: [4 years, 12 months ago](https://wordpress.org/support/topic/grayscale-map-3/#post-14541840)
 * Status: resolved