Jump to content
Sign in to follow this  
KristaD

Removing Custom Header Image from only the homepage

Recommended Posts

KristaD

Hello there, I am planning to use a feature module with a large banner as a topper for my homepage. I want the custom header image ONLY on all pages except for the homepage. I am not sure what the script would be (and where would it go?) to hide the header image from only the home page and feature it on all other pages (with no feature module). I have my blog on a localhost, so I can't post a live example, but I have a similar blog with the same features on the homepage @ http://kristadior.com Thank you! Happy Thanksgiving!

Share this post


Link to post
Share on other sites
Danny
Hi, If I understand you correctly, you would like to remove this banner image on your homepage only? http://kristadior.kristardesign.com/wp-content/themes/StationPro/images/feature2.png If so, to give you the correct code will be quite difficult as your currently localhost, but the to remove something from your Homepage, you need to add something similar to this to your custom css: [code] .home .header img { display:none; } [/code] The above is just an example, due to not being able to see it first hand.

Please search our forums, before posting!

Share this post


Link to post
Share on other sites
KristaD
You rock , Danny! I'm going to try this out. I am so excited! I tried to be cool and figure it out on my own, but I failed! Thanks again. I'll post to let you know what happens!

Share this post


Link to post
Share on other sites
KristaD
Ok! I did it! In custom.css: .home .headline { display:none; } WORKS! Love it. Thank you!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×