How can I display my logo in the header on the homepage, but have it not show on other pages? I have tried adding to the CSS, but it takes away the logo on all pages.
I have also clicked "hide header" on the applicable pages, but then the navigation doesn't show either. I just don't want the logo (with is a very large image) to show on every page, because it would be redundant.
Alternatively, if that's not an option, is there a way to add a large image to the top of the homepage and only have it show there? The homepage featured box shows as 500px, but I'd really like it to be closer to 1,600px.
How can I display my logo in the header on the homepage, but have it not show on other pages? I have tried adding to the CSS, but it takes away the logo on all pages.
I have also clicked "hide header" on the applicable pages, but then the navigation doesn't show either. I just don't want the logo (with is a very large image) to show on every page, because it would be redundant.
Alternatively, if that's not an option, is there a way to add a large image to the top of the homepage and only have it show there? The homepage featured box shows as 500px, but I'd really like it to be closer to 1,600px.
Thanks so much! I hope that makes sense!
Aleisha
Hi,
To do that, please add more this code to Customize > Custom CSS:
#header .inner-header{ display: none; } body.home #header .inner-header{ display: block; }Best Regards,
PenciDesign
Thank you so much! I really appreciate it!