How do you make a drop down menu in squarespace?

To create a drop-down menu in Squarespace, you can follow these steps: 1. Go to the pages section in your Squarespace dashboard 2. Click on the primary navigation link where you want the drop-down menu to appear 3. Click on the "+" icon next to the navigation link to add a new page 4. In the new page settings, check the box that says "Enable drop-down menu" 5. Add a title for the drop-down menu and save the changes 6. Repeat the process to add more pages to the drop-down menu 7. You can also drag and drop the pages to rearrange the order in the drop-down menu Here is an example in HTML of how you can create a simple drop-down menu: ```html ``` This code creates a simple drop-down menu with three links. You can customize the styling and add more links to fit your website design.