To edit a pop-up (modal) in Webflow, you need to locate it in both the Navigator panel and interactions, as modals are usually hidden by default and triggered by a user action.
1. Locate the Pop-Up in the Navigator
- Open Webflow Designer and go to the Navigator (left panel).
- Look for a div block or section labeled something like
Modal
, Popup
, Overlay
, or a custom name. - If you don’t see it, it may be set to display: none by default. Click the eye icon next to other elements in the Navigator to help isolate it.
2. Temporarily Make It Visible
- Select the modal container element once found.
- In the Style panel, change its Display setting from
none
to flex
or block
so you can edit it visually. - Do not publish yet—this is just for editing.
3. Edit Content and Design
- Make your changes directly inside the modal:
- Text: Click and type to change headings, paragraphs, or buttons.
- Images or Icons: Replace via the Assets panel or Image Settings.
- Styles: Adjust padding, colors, typography, borders, etc., in the Style panel.
4. Edit Interactions if Needed
- Go to the Interactions (lightning bolt icon) panel.
- Look for an interaction labeled something like
Open Modal
or Show Popup
. - You can change how the modal appears (e.g., fade in, slide, etc.) or when it triggers (e.g., on page load, button click).
5. Restore Visibility Settings
- Once editing is complete, reset the modal container’s Display setting back to
none
. - This ensures it won’t be visible by default when users visit your site.
Summary
To edit a pop-up in Webflow, find it in the Navigator, temporarily change its visibility, then edit its content and design directly. Finally, restore the display setting and adjust interactions as necessary.