Google Map - change design

Hi

Is it possible to change the box hovering on the right? Let say you just want a square or a transparent box.

Comments

  • Hey,

    if you mean box with address details which is on the right hand side, then you can use below css to make this box transparent:
    .column_map .google-map-contact-wrapper .get_in_touch { background: rgba(255,255,255,0.3) !important; }
    .column_map .google-map-contact-wrapper .get_in_touch:after { border-top-color: rgba(255,255,255,0.3) !important; }
Sign In or Register to comment.