Hi,
The logo in the “Transparency Logo” is not going away after I scroll. Instead, after the scroll, both logos are on top of each other. I found this code when searching forum:
.header-scrolled .logo > img {
opacity: 0;
}
However, the above code turns off the wrong Logo. It turns off the Normal Logo instead of the Transparency Logo after scroll.
Is there a way to make the Transparency Logo go away after scroll, like it does in the demo?
Cheers
Hi ramansenvato!
Thank you for using the theme.
Do you mind if we take a look at the actual page with the issue? Make sure that you’re running the latest patch of the theme, 2.7.1.
Regards,
Ismael
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled img.alternate {
opacity: 0;
}
Best regards,
Yigit
Yes, that did it.
Cool, thank you!