- This topic has 3 replies, 2 voices, and was last updated 7 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Travel Insight Pro › I want to remove the header.
Hey guys.
I would like to remove the header image from all page except the homepage.
Can you help me with this plz 🙂
Hello @jessy,
To remove the header image in the pages except in the home page please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
.page section#banner-image {
display: none;
}
.blog section#banner-image{
display: none;
}
Hope this helps.
Let us know if you have any confusion further.
Thank you.
Regards!!
It work but not on all pages! 🙁
Hello @jessy,
Can you please provide the site URL and the pages where the CSS is not working so that we can provide the precise fix?
Thank you.
Regards!!
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



