Is there a way I can use a different logo on my blog page header from the rest of the site?
Thanks alot!
Is there a way I can use a different logo on my blog page header from the rest of the site?
Thanks alot!
Hey elames,
Sure thing, you'll need to hide the logo on that page and then set a new background image for only that pages logo. Use:
#top.blog .logo img {
visibility: hidden;
}
#top.blog .logo a {
background-image: url(http://yoursite.com/logo.png);
}
Regards,
Devin
Thank you Appreciate your help!
Glad I could help :)
Regards,
Devin
This topic has been closed to new replies.