Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #833927

    hi,

    i use the following code for a custom google maps color:

    .gm-style-iw div div {
    color:black !important;
    }

    .gm-style .gm-style-iw { color: #00c472; }

    .avia_google_maps_container img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);

    }

    But this code works not on Internet explorer. Is there a solution for IE?

    Thanks!

    #834596

    Hey Chris_85,

    Maybe this will help you out? http://www.yudiz.com/custom-google-map-styling/

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.