Menu items numbered? 2.3 2.4 2.5?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
rovercar
New Member
New Member
Posts: 9
Joined: Wed Jun 24, 2009 6:36 am

Menu items numbered? 2.3 2.4 2.5?

Post by rovercar »

Anyone know how to get rid of the number and leave just the label? What do I edit?

Specifically, I'm working with the "Green" template from http://themes.cmsmadesimple.org

Just point me in the right direction, please.

Thanks
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Menu items numbered? 2.3 2.4 2.5?

Post by RonnyK »

Put this part of the "Accessibility and cross-browser tools" stylesheet to your stylesheet.
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
position: absolute;
left: -1000px;
top: -1000px;
width: 0;
height: 0;
overflow: hidden;
display: inline;
}
Or attach that default stylesheet to your template. You will get the other accessibility-stylings then as well.

Ronny
Post Reply

Return to “Layout and Design (CSS & HTML)”