Hide Header Photo

Posted in: Newspaper
Post count: 12

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?

Post count: 35449

Hi,

I don’t quite understand what you want to achieve, please provide some more details alos some screenshots would help.

Thank you for your understanding!

Post count: 12

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?

Post count: 35449

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!

Post count: 12

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

Post count: 35449

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!

Post count: 12

great. Thank you so much. you helped me a lot. thank you thank you thank you

Post count: 12

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”.

Post count: 35449

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!

Post count: 12

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

Post count: 35449

Hi,

Please replace the above custom css with this one:
.home .td-header-style-9 .td-header-sp-logo {
display: block;
}
.td-header-style-9 .td-header-sp-logo{
display: none;
}

Hope this will work better!
Thank you!

Post count: 12

yes, now it works. Thank you so much.

Viewing 12 posts - 1 through 12 (of 12 total)
The forum ‘Newspaper’ is closed to new topics and replies.