Hallo Community,
gibt es eine Möglichkeit den Titel einer Seite immer einblenden zu lassen.
Also der Header einer Seite bleibt ja immer angezeigt. Je nach Wunsch eben variabel.
Nur der Seitentitel wird bei längeren Einträgen ja mit nach oben weggescrollt.
Kann ich die Seiten so verändern, dass auch der Seitentitel immer sichtbar bleibt und nur der Content scrollbar ist?
Freundliche Grüsse
Olligator
Hi Olligator!
Thank you for using the theme!
From what I understand, you want a fixed header. Is that correct? You can change the behavior of the header on Enfold > Header Layout > Header Behavior. Enable the Sticky Header.
Best regards,
Ismael
Hi Ismael.
Thank you for your quick response.
I mean not just the header. I mean the title and breadcrumb line.
Set in the Title Bar Settings. I want to fix this line below the header. If I scroll the blog content, the page title should always be shown. Is this possible?
Best regards,
Olligator
Hey!
Thank you for the info.
This is possible but you should not enable the shrinking header option. Add this on Quick CSS or custom.css:
div.stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
position: fixed;
z-index: 1000;
border-bottom: 1px solid;
}
Cheers!
Ismael