Created
February 24, 2021 18:05
-
-
Save marktenney/014241dc2022ad20baf3022ccac50eee to your computer and use it in GitHub Desktop.
Replace the Wordpress Logo in the Gutenberg Block Editor Toolbar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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