Skip to content

Instantly share code, notes, and snippets.

@veirus
Created June 14, 2017 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veirus/8bc24e36b596dd49aa3d68f3d58c037b to your computer and use it in GitHub Desktop.
Save veirus/8bc24e36b596dd49aa3d68f3d58c037b to your computer and use it in GitHub Desktop.
Hide yandex maps overlay controls via CSS
.gotoymaps,
.ymaps-2-1-50-map-copyrights-promo,
.ymaps-2-1-50-copyright
{
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment