How do I add sub navigation in squarespace?

How do I add sub navigation in squarespace?

How to add a drop-down menu in Squarespace

  1. In your Pages menu, under Main Navigation, click the + sign to add a Folder.
  2. Change the folder name to your Navigation drop-down title.
  3. Drag and drop the folder in the order you’d like your navigation menu items to appear.

How do I make subcategories in squarespace?

Manage categories and subcategories

  1. In the Home menu, click Pages, then click the beside your store page.
  2. Click Categories.
  3. Enter the category name.
  4. Press enter .
  5. To add a subcategory, hover over a category and click …
  6. If you’re nesting subcategories within each other, you can add up to three levels.
  7. Click Add.

What is the difference between tags and categories in squarespace?

Blog pages and posts Categories can display as Primary Metadata or Secondary Metadata at the top of posts or below the post excerpt. Tags can’t display on the blog landing page. Tags always display on blog posts.

How to share animated navigation menu with sub-items?

The nav link which has sub-menu items, there is an arrow-down icon for showing that. When you will click on the arrow-down icon, then the sub-menu items will reveal, and second click or toggle it will be closed. So, Today I am sharing Animated Navigation Menu With Sub-Items.

How to link from a menu to a page section?

Sometimes you might want your WordPress navigation menu items to link directly to a page section that sits in the middle of a larger page, rather than simply to the top of the page. For example: instead of creating a nav menu link to a Contact page, how do I create a menu link to the Contact section of my homepage?

How do I add a page to the navigation menu?

You can also add a page to the menu from the Site Pages list. Select Pages from the left-hand menu, select the page you want to add, and then click either next to the page in the list or in the top navigation bar. Click Add to navigation. When finished customizing the navigation, click Save or, to discard changes, click Cancel.

How to create a subnavigation menu in HTML?

Use any element to open the subnav/dropdown menu, e.g. a , or element. Use a container element (like ) to create the subnav menu and add the subnav links inside it. Wrap a element around the button and the to position the subnav menu correctly with CSS. Step 2) Add CSS: