Skip to content

Instantly share code, notes, and snippets.

@marktenney
Created February 24, 2021 18:05
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 marktenney/014241dc2022ad20baf3022ccac50eee to your computer and use it in GitHub Desktop.
Save marktenney/014241dc2022ad20baf3022ccac50eee to your computer and use it in GitHub Desktop.
Replace the Wordpress Logo in the Gutenberg Block Editor Toolbar
.edit-post-fullscreen-mode-close.has-icon,
.edit-post-fullscreen-mode-close.has-icon:hover {
background-color:#4353fa;
background-image:url('https://digitalchurchplatform.com/wp-content/uploads/sites/179/2020/09/cropped-DigitalChurchFavicon.png');
background-position: center;
background-size:cover;
}
a.components-button > svg {
opacity:0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment