View Full Version : Can I remove my customer banner only from my homepage?
metke
Feb-01-2009, 07:12 AM
I am trying to remove the banner I created from my homepage only and keep it on all my other pages. I have been looking through and trying tutorials for hours to no avail. I figure its probably and easy fix but I can't seem to figure it out. Any suggestions?
ashishpandey
Feb-01-2009, 07:21 AM
I am trying to remove the banner I created from my homepage only and keep it on all my other pages. I have been looking through and trying tutorials for hours to no avail. I figure its probably and easy fix but I can't seem to figure it out. Any suggestions?
It helps if you let us know your site URL
Assuming that your site is metke.smugmug.com, you can the following css to remove the header from your homepage
.homepage #my_banner {
display: none;
}
Also, for posts like these, please use the customization forum rather than support forum. That way you may get a faster response as more customizers will see your post
metke
Feb-01-2009, 07:26 AM
Thanks so much Ashish! It worked. I'll be more careful when posting in the future.
It helps if you let us know your site URL
Assuming that your site is metke.smugmug.com, you can the following css to remove the header from your homepage
.homepage #my_banner {
display: none;
}
Also, for posts like these, please use the customization forum rather than support forum. That way you may get a faster response as more customizers will see your post
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.