In Webflow, how can I hide the "book a consult" button in the header at 1150px?

Published on
September 22, 2023

To hide the "book a consult" button in the header at 1150px in Webflow, you can follow these steps:

  1. Select the header element: Identify the header element containing the "book a consult" button on your Webflow page. You can do this by clicking on the element in the Designer or by locating it in the Navigator panel on the left-hand side.

  2. Access the Settings: Once you have selected the header element, open the Settings panel on the right-hand side of the Designer interface.

  3. Add a class: In the Settings panel, under the Class tab, click on the "+" button next to the "Add a class" field to create a new class for the header element.

  4. Define the custom class: Enter a name for the class, such as "hide-consult-button", and press Enter or click outside the class field to apply the new class to the header element.

  5. Set the responsive breakpoint: In the top toolbar of the Designer, click on the small tablet or laptop icon to switch to the desired responsive breakpoint. In this case, select the 1150px breakpoint.

  6. Hide the button: With the header element still selected, go to the Styles panel on the right-hand side. Under the Selector field, you should see the class you created in step 4 ("hide-consult-button"). Click on it to access the class-specific styling.

  7. Hide the button at 1150px: In the Styles panel, look for the "Display" property and click on the dropdown menu. Select "None" from the options. This will remove the button from the header at the 1150px breakpoint.

  8. Preview and publish: To check if the "book a consult" button is hidden correctly at 1150px, use the Preview mode in Webflow and resize the browser window to the desired width. If everything looks good, publish the changes to your live site.

Your "book a consult" button should now be hidden in the header at 1150px in Webflow.

Additional Questions:

  1. How can I show the "book a consult" button in the header at a specific breakpoint in Webflow?
  2. Is it possible to hide multiple elements at a specific breakpoint in Webflow?
  3. Can I change the design of the "book a consult" button at different responsive breakpoints in Webflow?