Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #269811

    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

    #269939

    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

    #270128
    This reply has been marked as private.
    #270149

    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

    #270150

    Yes, that did it.

    Cool, thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘"Transparency Logo" doesn't go away after scroll’ is closed to new replies.