Remove Language Switcher in CERN Mega Menu

I am trying to use the Mega Menu to display 3rd level item and it looks fine. However I haven’t find a way to disable the language switcher in the Mega Menu, which is not necessary since the website is not going to be multilingual.

Is there a way to hide this component?

Thanks in advance.

Hello,

Unfortunately, there is no current option to hide the Language Switcher in the Mega Menu, since it is hardcoded in the template of the menu. It is planned to be included as an option in the near future.

A quick workaround is to use the CERN Override theme and add the following snippet to the theme:

.block-mainnavigation-cern-megamenu .cern-menu-lang-switcher{
   display: none;
}

Best Regards,

Kostas