Hi,
is it possible to hide the logo in the sticky navbar and show when scrolling ?
I read the Post to do this with ne whole Navbar. But also possible only with the logo ?
Thanks a lot
cheers tom
Hi,
is it possible to hide the logo in the sticky navbar and show when scrolling ?
I read the Post to do this with ne whole Navbar. But also possible only with the logo ?
Thanks a lot
cheers tom
Nobody an idea ? Maybe the custom interaction feature ?
cheers tom
I think it could be done with something like this combination as a custom interaction, which is set on the logo:
I haven’t tried it yet, but I guess that could be the way forward.
The target of the “Scroll to target” would be the id of the next bloc/segment of your page (starting the scroll action in essence)
Toggle visibility would be applied to the logo.
You can create an interaction.
Apply a class to the logo called visibility or the name you want.
Set display to none (maybe you should set as important)
Create an interaction like this
Trigger the interaction on scroll.
Here is the project so you can see in depth
visibility-test.bloc (29.9 KB)
Very nice implementation
Hey @chicuelo and @brechtryckaert
thanks for your help. You put me in the right direction