Hi there,
Thanks so much for using Poseidon.
Can you please provide the URL to your website so I can take a look?
Thank you.
Cheers,
Thomas
Hi Thomas!
Thanks for your answer! The URL to the website I’m building is: https://tribuna.ec
I’d like to keep the image header just on the homepage, not in the other pages nor the blog entries. Could you please recommend me a way of doing that?
Best regards,
Pablo
Hello Pablo,
You should be able to use this short CSS snippet to hide the header image on all other pages:
.header-image {
display: none;
}
.home .header-image {
display: block;
}
You can copy the CSS code and insert it on Appearance > Customize > Additional CSS.
Cheers,
Thomas
Hi Thomas,
Thank you so much!
Best regards,
Pablo