Plugin Author
wizzud
(@wizzud)
Under the Output section, I suspect that you have checked the Change UL to OL: Sub-Levels box? Uncheck it.
Hi yes I do, when I remove it though it removes the indentations, having sub-level checked gives me the perfect layout with each level indented (3) I just want to remove the numbers
Plugin Author
wizzud
(@wizzud)
You’re going to have to change, or add to, your theme’s stylesheet.
You have 2 choices : either switch back to ULs and add CSS that correctly indents ULs within ULs; or, continue using OLs (within a UL?) and add CSS that removes the numbering.
a. example : ul ul {margin-left: 1em;}
b. example : ul ol {list-style: none;}
Please bear in mind that the above are examples only and may not be either accurate or sufficient, depending on your theme’s styling. Also note that the rules above are very general and will probably have an effect elsewhere on your site – you may want to qualify them with a class that limits them to just CMW-produced menus.
NB. CMW does not supply any CSS; all styling is completely down to the theme.
thank you kindly exactly what I was looking for!