Savvy Docs
  • Welcome
  • Guides
    • Intro to the builder
    • Designer Card
    • Options Card
    • Working with Logic
  • How-To's
    • General How-To's
      • ✔️How to select a container when I can’t click over it on the screen
      • 👁️How to hide a global component on a specific page
      • 📊How to calculate statistical significance from split test
      • 🅰️How to install a Google font.
      • 🗒️How to use "Logs" for debugging
      • ↩️How to change pages order
      • 🌒How to select components that are behind the Embeddables card
      • 📄How to clone a page
      • ➕How to add new components to a page
      • 📄How to select the whole page
      • 💻How to view your flow on different screen sizes
      • ⛵How to move between pages while editing your flow
    • Design How-To's
      • 🖋️How to style a specific component element (E.g. buttons image)
      • ⭕How to style individual buttons (by button key) in Options Selectors
      • 🧿How to style a rounded bullet-like checkbox for options buttons
      • 🔲How to get rid of the default input outline
      • 🖼️How to style a background image
      • 🦚How to style components (basics)
      • ↪️How to change a component's location
      • ⬆️How to upload and apply images to your design
      • 🔘How to style hover, selected, disabled button states
      • 🪶How to style CSS properties that are not there in the designer card (custom properties)
      • 📱How to make my flow responsive
    • Logic How-To's
      • 👁️How to set show/hide conditions
      • 📺How to display a value previously entered by the user
      • ✖️How to add a “Deselect All” button in a Multi-Select
      • 🔨How to use a computed field in a condition
      • 👁️How to hide a global component on a specific page
  • Other useful docs
    • Useful Docs
      • 🚦Conditions
      • 👩‍💻Computed Fields
      • 🔖Tags
    • WORK IN PROGRESS
      • ◻️Pending
        • Work in Progress: How the New Rendering Engine Works
        • Work in Progress: How to create a new Split test
        • Work in Progress: Preloading images
        • Work in Progress: How to show “loading…” while fetching or processing data
        • Work in Progress: How to send data to Tiktok
        • Work in Progress: How to send data to Postcript
        • Work in Progress: How to send data to Klaviyo
        • Work in Progress: How to send data to Google Tag
        • Work in Progress: How to send data to Google Analytics
        • Work in Progress: How to Fetch User Location Data to use in your Flow
        • Work in Progress: How to fetch job offers from Lever’s API
        • Work in Progress: How to fetch data and display the results as options in a dropdown
        • Work in Progress: How to create a new split test with 3 variants
        • Work in Progress: How to Duplicate a Container with All its Content
        • Work in Progress: How to add Chart.js to your flow
        • Work in Progress: How to Create Repeatable Button Components, Fetching from a Database
        • Work in Progress: How to Create a Global Column
        • Work in Progress: How to Clone a Flow
        • Work in Progress: How to Create and Style a Carousel
        • Work in Progress: How to Add Default User Data
        • Work in Progress: How to Show Validation Messages on Required Fields
        • Work in Progress: How to create an Option Selector Results Page
        • Work in Progress: How to create a combined Option Selector + Input component
        • Work in Progress: How to Add an Info Box Popup
        • Work in Progress: How to set up a Micro-Product as a Popup on your Site
        • Work in Progress: How to make a Full-Page Flow
        • Work in Progress: How to Use Custom Selectors
        • Work in Progress: How to Add a Video/GIF Placeholder to a Video Component
        • Work in Progress: How to Style Buttons
        • Work in Progress: How to Center Components
        • Work in Progress: How to Bring Data from Airtable
        • Work in Progress: How to add a custom font from a website:
        • Work in Progress: How to Create Computed Fields
        • Work in Progress: How to Ping an API
        • Work in Progress: How to Store a Password
        • Work in Progress: How to Bring Data from Google Sheet
        • Work in Progress: How to Fetch Safely from Savvy
        • Work in Progress: How To Fetch Data from a specific row in Airtable in a Computed Field
Powered by GitBook
On this page
  1. How-To's
  2. Logic How-To's

How to hide a global component on a specific page

This is meant to be done only for global components. Components that are not global shouldn’t exist on pages where they are not needed.

PreviousHow to use a computed field in a conditionNextUseful Docs

Last updated 2 years ago

Selecting the component you want to work on:

  1. In the “Edit” sub-menu open the “Designer” card.

  2. Select the component you want to work on by clicking on it.

Option 1: Hiding it only on one page:

  1. With the global component you want to hide selected click on “+ Filter” in the “Designer” card.

  2. Change the "In" option to "This Page" so anything you do would only be applied on the page you're currently viewing.

  3. In the “Position” tab, set the “Display” property to “none”.

That’s it, the component would not be shown on the current page.

_______________________________________________________________________________________________________

Option 2: Hidding it on several selected pages:

  1. Add a descriptive tag to the page where you want the component to be hidden:

    1. Open the “Designer” card from the “Edit” sub-menu.

    2. Without selecting any component click the "Or edit the whole page." button.

    3. Click "Add a tag".

    4. Click "+ Add a tag to this page".

    5. Create a descriptive tag like "custom_hide" and click “Add”.

  2. Without closing the “Designer” card select the component you want to work on by clicking on it.

  3. Set the component to be hidden on pages with the tag you’ve created:

    1. Click “+ Filter”.

    2. On the "In" options, select "Pages with Tag".

    3. On the "Tag" options, select the tag you've created on STEP 1.

    4. In the “Position” tab, set the “Display” property to “none”.

  4. Finally, give the same tag to every page where you want the component to be hidden:

    1. On the "Pages" card, select the next page where you want the component to be hidden.

    2. Repeat STEP 1 using the same tag you’ve created in STEP 1.e.

That’s it, you have hidden the component on every page that has the right tag! (E.g. custom_hide)

Related docs:

👁️