_s: Add basic custom logo support
See: https://codex.wordpress.org/Theme_Logo Closes #922
This commit is contained in:
parent
f756b98df3
commit
2bef512355
4 changed files with 23 additions and 0 deletions
|
@ -817,6 +817,11 @@ object {
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* Make sure logo link wraps around logo image. */
|
||||
.custom-logo-link{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
## Captions
|
||||
--------------------------------------------------------------*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue