To edit a pop-up (modal) in Webflow, you’ll need to locate the element in the Webflow Designer, ensure it's visible for editing, and then make your design or content changes.
1. Locate the Pop-up Element in the Navigator
- Open the Navigator panel in Webflow's Designer (press
F, or click the Navigator icon on the left). - Look for a section named something like “Modal,” “Popup,” “Overlay,” or “Dialog.”
- If you can’t find it, try clicking on elements on the canvas and check their class names.
2. Make the Pop-up Visible for Editing
- Most pop-ups are initially set to
display: none, so they’re hidden unless triggered by a script or animation. - Select the pop-up element, go to the Style panel, and change Display from
none to flex or block temporarily. - This will make the pop-up visible on the canvas so you can edit its contents.
3. Edit the Pop-up Content
- With the modal visible, you can now:
- Edit text, buttons, and any visual content directly.
- Adjust layout by modifying padding, positioning, or using flex/grid controls.
- Change interactions by selecting any button or close icon and checking its interaction in the Interactions panel.
4. Restore Original Display Setting
- Once editing is complete, set the pop-up display back to
none so it works as expected during live interaction. - Be sure not to delete any custom interactions or triggers already applied to the modal.
5. Preview and Test the Pop-up
- Use the Preview mode (by clicking the eye icon at the top) to test the opening/closing of the modal.
- Ensure that all animations and interactions are functioning as intended.
Summary
To edit a pop-up in Webflow, locate it in the Navigator, temporarily change its display to make it visible, edit the content and design, then set the display back to none. Always test it in Preview mode to confirm that interactivity works correctly.