Hello All,
I am trying to customize ddr menu with 5 columns in its submenu. i made changes in the Simpletoken.txt file which is there in portals/_default/skins/bootstrapnav. The code is as follows:-
<ul>
[*>NODE]
</ul>
[>NODE]
<li>
[?ENABLED]
<a href="[=URL]" [?NODE] [/?]><div>[=TEXT] [?NODE][/?]</div> </a>
[?ELSE]
<a href="#" [?NODE] [/?]>[=TEXT] [?NODE]<div>[=TEXT] [?NODE][/?]</div>[/?]</a>
[/?]
</li>
[?NODE]
<div id="panelBg">
<div id="panelBgBtm">
<div id="panelNav">
<div>
<ul>
[*>NODE]
</ul>
</div>
</div>
</div>
</div>
[/?]
[/>]
Here
[*>NODE] is called automatically recursive way so that i am unable to customize the css applying on each column level individually.
I am attaching the Expected DDR Menu and current ddr menu. Please help us to get better solutions.


Thanks in advance,
Akhil