Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created June 30, 2023 14: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 lukecav/866f53f339b216d953466a20bda757f1 to your computer and use it in GitHub Desktop.
Save lukecav/866f53f339b216d953466a20bda757f1 to your computer and use it in GitHub Desktop.
Hide the site title on mobile on the homepage in the Astra theme
@media (max-width: 768px) {
.site-branding .site-title {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment