I want to hide the photo header when I click on posts or pages? So the menu should stay, but the photo should be gone. I am looking for a general setting for all posts and pages. Is it possible?
I put a photo in the header. now i click on a page in the menu. I don’t want to see the header photo anymore. The same with contributions. I click on a post and don’t want to see the header photo anymore. the header photo should only be visible on the homepage. Do you understand what I mean. unfortunately my english is bad. sorry. is there a way to hide the header photo. is there a position at newspapper?
Hi,
Unfortunately I do not quite understand, maybe you are referring to a banner or ad -> https://forum.tagdiv.com/header-ads-adsense/
A background image/color from header menu can be change/remove using tagDiv Composer -> https://i.imgur.com/4Ruk8Uk.jpg
If this is not what you mean, please provide some more details and some screenshots.
Thank you!
ok thanks.
the page is: https://laneverland.com
you can see the photo of los angeles in the header.
I want to hide the photo on all pages.
I just want to see it on the home page.
is there a possibility?
Thanks
Hi,
If you want to show the image only on home you can use this custom css for it.
Please try this custom css
.home .td-header-style-4 .td-header-sp-recs .td-header-rec-wrap {
display: block;
}
.td-header-style-4 .td-header-sp-recs .td-header-rec-wrap {
display: none;
}
The code need to be set in Theme Panel> Custom code> Custom css -> https://i.imgur.com/0T0hBd7.png
Thank you!
great. Thank you so much. you helped me a lot. thank you thank you thank you
hello can you help me again? my theme is updated. the ccs entry is out. I made a change in the header. can you write me the code again. I want to hide the header photo. it should only be seen at “home”.
Hi,
The code is no longer apply because you change the header style from style 4 to 9, for this you need to use this custom css
.home .td-header-style-9 .td-header-sp-logo .td-logo {
display: block;
}
.home .td-header-style-9 .td-header-sp-logo .td-logo {
display: none;
}
The code need to be set in Theme Panel> Custom code> Custom css
Thank you!
Thank you very much.
unfortunately it doesn’t work properly.
it works the other way around.
at home click the logo photo is gone. with all other clicks, the logo photo is there.
it should be the other way around.
you can check again.
I left the code in the css.
Thank you