How to remove the effect (the logo turns black) on the header logo when scrolling down?
Thank you
fadege Hi Add this code in override css to use the same style
.gkLogo > img { mix-blend-mode: inherit;} .has-headermod .affix .gkLogo { color: #fff;}
GRAZIE MILLE!