[Resolved] Blur menu bar

Home Forums Support [Resolved] Blur menu bar

Home Forums Support Blur menu bar

Viewing 15 posts - 1 through 15 (of 22 total)
  • Author
    Posts
  • #1622836
    Matthieu

    Hello, do you think that it is possible to obtain a blurred menu bar effect like on the site: https://www.apple.com/iphone-12/?

    Thanks! 😁

    #1622894
    Leo
    Staff
    Customer Support

    Hi there,

    I’m not seeing the effect you are referring to here:
    01.17.2021-19.10.21

    Am I missing something?

    #1623942
    Matthieu

    Hello when you scroll on the page in question the elements are blurred when passing the menu bar

    Thanks

    #1623983
    Leo
    Staff
    Customer Support

    I think we can do it with CSS.

    Can you link me to your site in question with the sticky navigation activated?

    #1624013
    Matthieu

    Oh good ! Here is the site in question : https://www.mmgraphik.com/

    #1624024
    Leo
    Staff
    Customer Support

    Try this CSS:

    .sticky-enabled .main-navigation.is_stuck {
        -webkit-backdrop-filter: saturate(180%) blur(20px);
                backdrop-filter: saturate(180%) blur(20px);
        background-color: rgba(255,255,255,0.72);
    }
    #1624051
    Matthieu

    Great it seems to work! On the other hand, why is the “backdrop-filter” in red in the css personalizer ?

    Thanks

    #1624053
    Leo
    Staff
    Customer Support

    I think it’s a relatively new CSS property so the editor probably doesn’t recognize it yet.

    #1624056
    Matthieu

    Oh ok ! Perfect thank you very much !

    Out of curiosity, can this kind of blur effect be attributed to an image fo example ?

    #1624058
    Leo
    Staff
    Customer Support
    #1624070
    Matthieu

    Thanks ! I’ll watch this! To adjust the transparency of the bar is it in there? : background-color: rgba (255,255,255,0.72);
    }

    #1624071
    Leo
    Staff
    Customer Support

    Yes πŸ™‚

    #1624074
    Matthieu

    Great thanks, it works perfectly ! πŸ˜ƒ

    #1624082
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

    #1625556
    Matthieu

    Hello I am getting back to you because I noticed that on mobile the blur effect in the menu bar does not apply, how could I remedy this ?

    Thanks

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