Hide site title and insert logo in twenty twelve
-
Hi, I have been trying various ways to do this but don’t work. In the latest effort, I used the below code in my style.css but nothing changed.
The site that I need help with is https://www.tigermommy.com and the logo is https://tigermommy.com/wp-content/uploads/2012/10/logo1.png. Thanks!
#site-title {
display: none;
}
#site-description {
display: none;
}h1#site-title a {
color: transparent;
}
h1#site-title {
background: url(https://tigermommy.com/wp-content/uploads/2012/10/logo1.png) no-repeat scroll 0 0 transparent;
color: transparent;
height: 146px;
width: 444px;
}
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Hide site title and insert logo in twenty twelve’ is closed to new replies.