[SOLVED] Horizontal menu item numbers - accessibility stylesheet

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
Fraserm
Forum Members
Forum Members
Posts: 107
Joined: Wed Mar 04, 2009 2:27 pm

[SOLVED] Horizontal menu item numbers - accessibility stylesheet

Post by Fraserm »

Hi guys,

I'm brand new to CMSMS, in fact I only made the install this morning and already my site is nearly running! Why everyone hasn't abandoned all other CMSs and moved to this I don't know, it's superb! Anyway...

I've been implementing a horizontal drop down menu on my site, which i've done by using the cssmenu.tpl template. I'm in the process of customizing the CSS so that hopefully I can style the drop downs differently from the top level items. However, the menu items are all prepended with numbers.

I've read the documentation and it says the 'fix' is to associated the accessibility stylesheet to the default template (i'm using a custom template), but in my list of available stylesheets, accessibility isn't there.

Is there another way to stop these numbers being displayed? I'm using version 1.5.3

Thank you guys!

Fraser.
Last edited by Fraserm on Wed Mar 04, 2009 3:13 pm, edited 1 time in total.
Fraserm
Forum Members
Forum Members
Posts: 107
Joined: Wed Mar 04, 2009 2:27 pm

Re: Horizontal menu item numbers - accessibility stylesheet

Post by Fraserm »

Solved by adding:

#primary-nav dfn {
        display: none
}

to the menu stylesheet.

As per the moderator's comments that moved my original post, if it has been asked that many times before, is it worth considering as a default within the menu's CSS?
Post Reply

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