Menus
CivicTheme uses four different styles of menu in the base theme. These are placed by block in different regions of the page.
You can control the component / style for the menu with the theme hook suggestion which can be configured in the Block configuration form.
Primary Navigation
The dropdown menu is the primary navigation for the site.

For this menu to be themed correctly the menu block must be configured with menu__civictheme_primary_navigation theme hook suggestion in the HTML and style options of the Block configuration form.

Secondary Navigation
The secondary navigation is a menu block placed in the top right of the page.

For this menu to be themed correctly the menu block must be configured with menu__civictheme_secondary_navigation theme hook suggestion in the HTML and style options of the Block configuration form.

Mobile Navigation
The mobile navigation is a content block type. This block once created is placed is in the Header Middle 3 region.
There is no configuration needed for this block.
Side Navigation
The side navigation is a menu block placed in the Side bar top left region of the page.

For this menu to be themed correctly the menu block must be configured with menu__civictheme_sidebar_navigation theme hook suggestion in the HTML and style options of the Block configuration form.

Footer Navigation
The default setup for the footer navigation is a menu block placed in each of the four middle regions of the footer.

For this menu to be themed correctly the menu block must be configured with menu__civictheme_footer theme hook suggestion in the HTML and style options of the Block configuration form.

Last updated
Was this helpful?