Hi,
Using the following post i have just added an image to the header:
https://kriesi.at/support/topic/adding-text-or-image-content-to-theheader-right-area/
The problem is that when the “Shrinking Header” option is selected the custom content will not shrink. Is there a way to hide that custom content when the user scrolls down ? Or change the custom content image by another one ?
I can send you a link to the site in a private message if you need
Thanks in advance
Guillaume
Me again …
Just found a css trick to hide the custom content:
.header-scrolled .custom_stuff {display: none; }