How do I get rid of the arrows which indicate a submenu on the solpartmenu for DNN 4. I want to keep the arrow that indicates which page you are on, but remove the other and have nothing indicating a submenu. I have tried modifying the XML file as so:
<Setting>
<Name>userootbreadcrumbarrow</Name>
<Value>false</Value>
</Setting>
<Setting>
<Name>usesubmenubreadcrumbarrow</Name>
<Value>false</Value>
</Setting>
<Setting>
<Name>usearrows</Name>
<Value>false</Value>
</Setting>
I also tried modifying the CSS to:
.MainMenu_MenuIcon {
display: none;
}
.MainMenu_MenuArrow {
display: none;
}
.MainMenu_RootMenuArrow {
display: none;
}
I have had no luck with either, any ideas ?
Thanks,
Desiree / etelligirl /desiree@etelligentgroup.com