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


Home › Forums › Pro Themes › Travel Ultimate Pro › Header Picture and automatic menu on it
Tagged: no header pic on every page.
Hello again
What to do if I do not want the header picture on every page?
Also, I don’t want a menu appearing on top of it. I tried to uncheck all the menus without success.
Hello @alize,
Currently, there is no option in the theme where you can manage the setting of header image in each page but you can use the CSS targeting the ID of the page and remove the header image.
For example add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
.page-id-1788 div#page-site-header {
    display: none;
}Here replace the iD with your page ID.
You can find the ID in individual page edit screen URL.
Screenshot:
As for the Top header menu just go to Admin Panel > Appearance > Customize > Menus > Menu Location and do not assign any menu on the “Top” Menu Location
Hope this helps.
Let us know if you have any confusion further.
Best 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. | 
 
	    


