Hello.
I’m creating a new site with Talon theme, but I have a problem. Header image is appearing in all pages (content, posts, anything). I only want it to appear in the home page.
How can I solve this?
Thank you.
Hello.
I’m creating a new site with Talon theme, but I have a problem. Header image is appearing in all pages (content, posts, anything). I only want it to appear in the home page.
How can I solve this?
Thank you.
Hello there,
To accomplish it, try adding the below CSS code to Appearance > Customize > Additional CSS from dashboard.
body:not(.home) .header-image {
display: none;
}
Regards,
Kharis