KristaD 0 Report post Posted November 24, 2011 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+ 1,327 Report post Posted November 24, 2011 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 0 Report post Posted November 24, 2011 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 0 Report post Posted November 24, 2011 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