Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Google Styled Maps

Home / Forums / Virtue Theme / Google Styled Maps

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
February 1, 2015 at 4:19 pm

Hello,

I’ve been searching a bit, and I add some css to put my Google Maps widget in grayscale.

But I found the Styled Maps feature, and it looks great. I understand basics about it, and using the wizard tool I obtain that JSON :

[
{
“stylers”: [
{ “saturation”: -100 }
]
},{
“featureType”: “road.highway”,
“elementType”: “geometry”,
“stylers”: [
{ “color”: “#b28e3b” },
{ “weight”: 0.7 }
]
},{
“featureType”: “water”,
“stylers”: [
{ “hue”: “#0044ff” },
{ “gamma”: 1.02 },
{ “saturation”: 26 },
{ “lightness”: 100 }
]
},{
}
]

I really don’t understand where to put it, it looks like having to go into my html, but where ? And will it be applied to all my Google Maps widgets like css does ?

Thank you

  • The forum ‘Virtue Theme’ is closed to new topics and replies.