How to get rid of menu numbers
Posted: Sun Jul 06, 2008 1:06 pm
I am wondering how to get rid of the numbers on the menu system? Using the cssmenu.tpl. Thanks!
Content management as it is meant to be
https://forum.cmsmadesimple.org/
Code: Select all
dfn {
position: absolute;
left: -1000px;
top: -1000px;
width: 0;
height: 0;
overflow: hidden;
display: inline;
}