Differnet or No Hero Header for Blog Posts & Pages

Posted in: Newspaper
Post count: 4

Hello Tagdiverse,

I’m using “Craft Ideas Template” for my blog.
I’m using the blog page as main home page.

I love the main hero section Above the Main Menu but I want it to be displayed on blog page only.
I don’t want same hero image to be replicated on the posts and pages.

Please let me know whether it’s possible and any workaround.

Thanks,
Amir

Post count: 35449

Hi,

Unfortunately for the moment there is no option to have different menus in our theme, what you can do is to hide with css the logo ( “hero ” from menu ) from pages and posts, and show it only in home page .
Or you can add in file theme another image and hide in on home page and show the logo, and hide the logo in show the image set in file theme for thre rest of the website.
If you want to do one of this jut let me know, and I will quid you.

Thank you for your understanding.

Post count: 4

Hello Calin,

That would be super kool if you could show me how.

I would like to use “Header Style 10” on Home or Blog Page and “Header Style 7” on Pages and Posts.

Thanks for your support,
Amir

Post count: 35449

Hi,

For the moment is not possible to have multi headers, how you want.
Set the code
https://pastebin.com/q6MRbDQw
in header style 10
https://www.screencast.com/t/EhdvToo75GN
results : https://www.screencast.com/t/bKuW2GIj

.home .td-header-sp-logo a:nth-child(2),
.td-header-sp-logo a:nth-child(1)
{
  display: none;
}
.td-header-sp-logo a:nth-child(2),
.home .td-header-sp-logo a:nth-child(1)
{
  display: block;
}
.td-header-sp-logo a:nth-child(2){
    padding-top: 20px;
}

https://www.screencast.com/t/ZjHlVqObCV

Thank you for your understanding..

  • This reply was modified 7 years by Calin.
  • This reply was modified 7 years by Calin.
  • This reply was modified 7 years by Calin.
  • This reply was modified 7 years by Calin.
  • This reply was modified 7 years by Calin.
  • This reply was modified 7 years by Calin.
Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.