To remove specific design elements (like circles and lines) from the mobile version only of your Webflow site while keeping them visible on desktop and tablet, use Webflow's visibility controls tied to breakpoints.
1. Select the Mobile Breakpoint
- Open the Webflow Designer, then go to the mobile portrait or mobile landscape breakpoint by clicking its icon at the top of the Designer.
- Ensure you're working within the correct breakpoint so changes apply only to that screen size and smaller.
2. Choose the Element to Hide
- Click on the circle, line, or any other element you want to remove.
- Make sure you select the exact element or its wrapper if it's nested.
3. Hide Using Display Settings
- In the right sidebar (Style panel), scroll to the Layout section.
- Set the Display property to None.
- This change will only apply to the current (and smaller) breakpoints, not tablet or desktop.
4. Verify Across Breakpoints
- Toggle back to the tablet and desktop views to ensure the element is still visible where it should be.
- Webflow’s style cascade ensures that setting
display: none
on mobile does not affect upper breakpoints unless overridden.
Summary
To remove elements on mobile only in Webflow, switch to the desired mobile breakpoint, select the element, and set its Display to None in the Style panel. This hides the element only on mobile while keeping it visible on tablet and desktop.