I would like to use a sliding doors css technique on the top level of the mega menu in T3v3. In order to do this I need to insert span tags into the menu like this:
<a data-target=”#” data-toggle=”dropdown” title=”Home page” href=”/andrew/” class=”redcolor dropdown-toggle”><span>Home<b class=”caret”></b></span></a>
This can be achieved by editing: root/plugins/system/t3/includes/menu/megamenu.tpl.php
However, this is not good as it modifies the core of the T3 plugin and will be overridden when updates occur.
Does anybody know if there is a way to do this in the root/templates/t3_blank folder. I know that you can override the Joomla core using the html folder but can you override root/plugins/system/t3/includes/menu/megamenu.tpl.php within the themes folder?