New Landing How can we help? Atelier How to keep a naked header when scrolling?

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Atelier
  • #179816
    3t2409
    Member
    Post count: 45

    Whenever I scroll, the naked header disappears and a normal, white header appears.

    How can I keep the naked header the entire time I’m on a page?

    #179817
    3t2409
    Member
    Post count: 45
    This reply has been marked as private.
    #180047
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to you custom css option so the background color of the sticky header is transparent.

    .header-wrap #header, .header-standard-overlay #header, .vertical-header .header-wrap #header-section, #header-section .is-sticky #header.sticky-header {
      background-color: transparent!important;
    }

    -Rui

    #182581
    3t2409
    Member
    Post count: 45

    Cool. This works.

    Thanks, Rui!

    #182645
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, thanks Rui

    #201381
    3t2409
    Member
    Post count: 45

    Any way the logo/menu can stay white? For example, now it starts white, but when you scroll, it’s black.

    #202102
    3t2409
    Member
    Post count: 45

    bumping this up.

    #202120
    eternalbeta
    Member
    Post count: 76

    Not sure if the team will see this since the thread is marked as resolved so thought I would try to help. You should be able to change the menu items to white through the Color Customizer and for the logo, it might not be the best way, but you can upload a white version of the logo as your Alt Logo and tell each page to use that. Just a thought.

    #202206
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,

    @eternalbeta
    – thanks for your thoughts.
    Mohammad

    #203764
    3t2409
    Member
    Post count: 45

    Thanks for the suggestion, eternalbeta.

    Mohammad….Is there any other way? When you have hundreds of posts/pages, that makes it tricky.

    #204024
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you try to add the code below to your custom css option.

    
    #logo img.dark-logo, #logo img.retina {
        display: none!important;
    }
    #logo img.light-logo {
        display: inline-block!important;
    }

    -Rui

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register