Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #76800
    bb13
    Participant

    How can I create a Grayscale Google Map for my contact page?

    #77045
    Christian
    Moderator

    Hey there,

    We’d love to help you with your concern however, we do provide support for custom Google Map settings. Our Map shortcode depends on the map embed code and does not control the map output.

    Thank you for understanding.

    #81044
    bb13
    Participant

    In case anyone other X users are looking for this solution I just dropped this code

    .x-map-inner{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    }

    Into the custom CSS area in customizer after locating <div class=”x-map-inner”> for the map. Worked well.

    #81078
    Cousett
    Member

    Glad you were able to get it to work. 🙂 Have a nice day.

    #401454
    brns
    Participant

    Thank You bb13 🙂

    #401502
    Prasant Rai
    Moderator

    You are most welcome 🙂 .

  • <script> jQuery(function($){ $("#no-reply-76800 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>