Changing Logo Container
-
AuthorPosts
-
greenrichardtrent
MemberI am using the below CSS which I got from the theme Business Identity website and it is not working.
.site-title img {
display: none;
}
.site-title a span:first-child {
background: url( ‘.site-title img {
display: none;
}
.site-title a span:first-child {
background: url( ‘https://businessidentitydemo.files.wordpress.com/2014/08/sample-logo.png’ );
display: inline-block;
height: 50px;
width: 200px;
text-indent: -9999em;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}The blog I need help with is: (visible only to logged in users)
mkrdip
Theme AuthorHi there,
Please make sure you are showing the site title. The code you are using above isn’t valid, wasn’t copied correctly from our website. Please remove them and use like following:
.site-title img { display: none; } .site-title a span:first-child { background: url( 'https://businessidentitydemo.files.wordpress.com/2014/08/sample-logo.png' ); display: inline-block; height: 50px; width: 200px; text-indent: -9999em; background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
If it’s still not working then please add me to your site as Admin to resolve this. My username: mkrdip.
Cheers.
- The topic ‘Changing Logo Container’ is closed to new replies.