Created
November 3, 2017 19:17
-
-
Save anwerashif/0b5539b4368158ff8126f9c815bfbb6e to your computer and use it in GitHub Desktop.
Add CSS for Custom Logo
This file contains hidden or 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
/* | |
* Custom Logo Sytle | |
*/ | |
.wp-custom-logo .site-title { | |
position: absolute!important; | |
clip: rect(0,0,0,0); | |
height: 0; | |
width: 0; | |
border: 0; | |
overflow: hidden; | |
} | |
.wp-custom-logo .site-description { | |
position: absolute!important; | |
clip: rect(0,0,0,0); | |
height: 0; | |
width: 0; | |
border: 0; | |
overflow: hidden; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment