Header Image only on homage
- The topic ‘Header Image only on homage’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
Is it possible to display my header image only on my homepage. I would like to have te rest of the site without an header image. I have tried to use the custom css that I found elsewhere on the forum but that doesn’t seem to work for me.
Could have done it wrong though. if I use a custom CSS for it, where do I implement it?
The blog I need help with is: (visible only to logged in users)
Hi there,
yes, you would need custom CSS (unfortunately this is only available with the custom Design upgrade, more info here)The CSS needed would be:
.single-post #site-header,
.archive #site-header,
.search #site-header,
.page #site-header
{display: none; }
Best, Ellen