Skip to content

Instantly share code, notes, and snippets.

@itsjusteileen
Last active June 10, 2019 22: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 itsjusteileen/2da9f18342baf1fc90da5288a07174a9 to your computer and use it in GitHub Desktop.
Save itsjusteileen/2da9f18342baf1fc90da5288a07174a9 to your computer and use it in GitHub Desktop.
Removes the page title from Gutenberg home page
header.entry-header {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
}
body #page {
padding-top: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment