I have a menu in joomla …
In my template I show the menu like this
<jdoc:include type="modules" name="header" style="none"/>
When I see the html generated, the class of my menu is “munu”
How change this class for other?
No put a suffix, I want change class=”menu” for class=”other”
If you want to change your menu class then you have to change it in the
default.phpfile inmod_menuinsidetmplfolder.But I am not suggest you to change the core files, To do this you can use template overridden method.For more information how to use it go through this link.How to override the output from the Joomla! core