Hamburger menu

MRediers
Member

I currently have https://godskespark.vestio.com/fase-2 built based on the Growth theme. However this theme doesn't support a hamburger menu on the mobile view.

 

I tried to clone the menu module from the Hubspot boilerplate theme but now I'm lost how I can use it in my active theme.

0 Upvotes
1 Accepted solution
BarryGrennan
Solution
Key Advisor

You would need to create a child theme  and then replace the menu in the main theme with your new menu by replacing it wherever it's loaded in the main theme. Probably in base.html or a partial header.html.

 

Clone the file that loads the menu module to your child theme and edit it there.

 


profile2022aBarry Grennan

Freelance HubSpot CMS Developer

Website | Contact | LinkedIn

 

 

View solution in original post

1 Reply 1
BarryGrennan
Solution
Key Advisor

You would need to create a child theme  and then replace the menu in the main theme with your new menu by replacing it wherever it's loaded in the main theme. Probably in base.html or a partial header.html.

 

Clone the file that loads the menu module to your child theme and edit it there.

 


profile2022aBarry Grennan

Freelance HubSpot CMS Developer

Website | Contact | LinkedIn