I’ve added a logo to the Google map. On mouse over, the cursor changes to a hand icon (clickable), but there is no link there. It causes confusion. How can the logo be set as static, and not a link?
Hey!
Try adding this code to the Quick CSS:
.gmnoprint img:hover {
cursor: default;
}
Cheers!
Josue
Thanks! What else, other than the map logo, will this code affect?
Hi!
It will affect all map controls (pins).
Regards,
Josue
Thanks perfect.