Remove CSS class in HTML navigation

Hi @Herrmann

If you provide a link to a specific webpage, I’d be glad to examine the code and pinpoint where the adjustments should be applied.

Based on my understanding you would need to either modify the module responsible for generating the HTML or override the CSS for the targeted class.

Are you attempting to customize the style of the “hs-menu-children-wrapper” class? If that’s the case, you can utilize the child.css file within the child theme (if your website employs one), or you can add the necessary styles to the Site Header HTML in your Website settings. Subsequently, you can redefine the CSS rules for the specified class within the designated file.

You can also check your js files to make sure the “hs-menu-children-wrapper” class was auto added through that script.
Here the better option is to update the CSS file according how you wanted.