The "Visible" setting in Webflow typically refers to the Display or Visibility controls used to show or hide elements in your project. If you're looking to access or adjust visibility for any element in your new Webflow project, here's how to find it.
1. Select the Element on the Canvas
- Click on the element you want to adjust (like a div, button, section, etc.).
- The Settings and Style panels on the right-hand side will now reflect that selected element.
2. Open the Style Panel
- Ensure you're in the Style panel (paintbrush icon on the right sidebar).
- This panel controls all layout and visual styling including visibility.
3. Adjust the Display Property
- Find the dropdown for the Display setting under the Layout section.
- Common options include:
- Block (element is visible and takes up full width)
- Inline Block
- Flex/Inline Flex
- None (this makes the element invisible on the page)
4. Use Visibility Settings
- Scroll down to the Layout → Visibility section.
- You’ll see options like:
- Hide on Desktop
- Hide on Tablet
- Hide on Mobile Landscape
- Hide on Mobile Portrait
- These let you conditionally hide elements based on device size.
5. Use Interactions to Control Visibility (Optional)
- If you're using interactions to toggle visibility, go to the Interactions panel (lightning bolt icon).
- There, you can add triggers like Click or Scroll into View to change an element’s visibility via the "Show/Hide" display action.
Summary
To control an element’s visibility in Webflow, select the element, go to the Style panel, and adjust the Display property or use the Visibility device toggles. For dynamic control, use the Interactions panel to show/hide elements based on user actions.