Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1254932

    Hi,

    I think I’ve configured the transparent options correctly. Then, on homepage I can see the transparent logo, but when I scroll, the logo is changed for the main logo.

    I need to show the same logo (transparent option) on the homepage. Is it possible?

    Thanks in advance,

    Jordi

    #1254961

    Hey Jordi,

    Thanks for contacting us!

    If you would like to display transparent logo globally, please only upload your transparent logo as main logo and if you would like to display transparent logo on certain pages, please refer to this post – https://kriesi.at/documentation/enfold/logo/#change-the-logo-image-on-some-pages

    If that does not help, please elaborate on the changes you would like to make :)

    Best regards,
    Yigit

    #1255071

    Hi Yigit,

    I’ve seen the post you had sent me and I think there isn’t any option for my issue.

    I’ll try to explain it in a different way. When you use a transparent logo option, it’s displayed on the homepage, but when you scroll the main logo appears. I would like to have the transparent logo when the menu is sticky.

    I attach the link on private box.

    Best regards,

    Jordi

    #1256052

    Hi Jordi,

    Sorry for the late reply!

    Please add following code to Quick CSS in Enfold theme options > General Styling

    .home .header-scrolled .logo a > img {
        opacity: 0;
    }
    .home .header-scrolled .logo .alternate {
        opacity: 1;
    }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.