Tagged: 

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

    Hi,

    I succeded to hide the logo on Home-Page of https://med-ffm.com/

    .page-id-5843 .logo {
    display: none!important;
    }

    That works.
    But.
    I want to make the Logo appear on this page when I am scrolling down.

    How to manage it?
    Thanks for any help!

    #1279922

    Hey Johannes,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home span.logo {
      display: none; 
    }
    
    .home .header-scrolled span.logo {
      display: block; 
    }

    Best regards,
    Rikard

    #1279956

    Hi Rikard,

    thank you, but it does not work.

    The Logo on Home Page is invisible – but it remains invisible even by scrolling.

    Any other idea?

    Best regards,
    Johannes

    #1280397

    Hi,

    Please try to select to use the shrinking header, in the Layout menu on the page in question. If you don’t use that, then the header-scrolled class won’t be on the page.

    Best regards,
    Rikard

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