Skip to content

Instantly share code, notes, and snippets.

@anwerashif
Created November 3, 2017 19:17
Show Gist options
  • Save anwerashif/0b5539b4368158ff8126f9c815bfbb6e to your computer and use it in GitHub Desktop.
Save anwerashif/0b5539b4368158ff8126f9c815bfbb6e to your computer and use it in GitHub Desktop.
Add CSS for Custom Logo
/*
* 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