-
Anonymous
It seems the new Site Header doesn’t work with the old merge header element where we could merge header on selected pages.
What is the css to merge on some pages? Example pages 124, 5587.
And change nav text color, hover color and current color (but not on sticky).
Change logo (but not on sticky).
Is this old feature going to be built back in at some point?
-
Hi there,
It seems the new Site Header doesn’t work with the old merge header element where we could merge header on selected pages.
It should work for the merge, but it can not control the colors styles, colors need to be set at the block level.
A more direct way than the header element way is adding 2 site header blocks into the same site header element, select the one you want to merge, set its
positiontoabsolute,widthto100%.And create a location type condition for one to show on certain pages, and one to hide on certain pages (Invert condition ).
-
Anonymous
Are the location conditions removing each element when selected/deselected? Or just hiding it?
My understanding is that these conditions just hide.
Which is no good, as both will be in the DOM.
-
Are the location conditions removing each element when selected/deselected? Or just hiding it?
Remove.
If you just want to hide, then use CSS. But duplicated site headers might affect the accessibility and SEO.
- You must be logged in to reply to this topic.