Hi Devs,
I needed to develop a mega menu. In that menu, I need to put text and images that can be changed, and may be classes. I was wondering if there is any way to add custom fields on the Website > Navigation?
Hi Devs,
I needed to develop a mega menu. In that menu, I need to put text and images that can be changed, and may be classes. I was wondering if there is any way to add custom fields on the Website > Navigation?
Hey @tirta Personally, the way I would approach this is by creating a custom module and using the module fields such as image and text fields.
Then inside the header.html under partials, I will add the snippet of the module.
{% module "module_id" path="/theme/modules/custom-menu", label="Custom Menu" %}
Hi @felixmacaspac ,
Thank you for your menu. I was thinking the same.
But I need to add some custom fields on HubSpot menu to contain some kinda content or excerpt. Do you think it’s possible?
hey @tirta Can you elaborate what you meant here? Are you trying to add a custom fields on HubSpot built-in menu?
sorry, I didn’t get what you are trying to achieve.