johan_somers 0 Report post Posted September 14, 2010 I have a homepage with the feature page installed (feature_page standard). The header on this and other pages is the same. I want to delete the header from our homepage, so the menu (dropdown) comes at the top of the page. How can I achieve this - I'm pretty new to WP. Share this post Link to post Share on other sites
cmunns 16 Report post Posted September 14, 2010 You would just use some CSS. Paste this `.home #header {display:none;}` in THEME OPTIONS > CUSTOM CODE > CUSTOM CSS Share this post Link to post Share on other sites
johan_somers 0 Report post Posted September 14, 2010 Adam, that worked as a charm! Thank you. Share this post Link to post Share on other sites