backdrop-filter: blur(10px);
via the page settings or an Embed element for the blur effect.To create a fixed navbar with a blur effect in Webflow, like Safari’s translucent top bar, you'll use positioning and backdrop blur styling via Webflow Designer and custom CSS.
Webflow doesn’t yet have GUI support for backdrop-filter, so you'll add a little custom CSS:
Select the Navbar and give it a unique Selector or class (e.g., blur-navbar
)
Open the Page Settings (or embed inside an Embed element right under the Navbar)
Insert the following inline CSS in the Inside tag or within an Embed element:
``
This enables the background blur behind your translucent navbar.
To achieve a fixed navbar with a background blur in Webflow, set the navbar to Fixed position, apply a semi-transparent background, and use a custom CSS blur effect with backdrop-filter
. This replicates Safari’s sleek top bar appearance.