Page 1 of 1
File Count Beside Menu Items
Posted: 09 Jan 2010, 18:14
by lumacraft
How can I remove the file count listed beside each menu item? In Admin, I have turned off item filecount under Menu / Main Menu / Folder Description / Items, but this had no effect.
Posted: 11 Jan 2010, 08:59
by lumacraft
Anyone?
Re: File Count Beside Menu Items
Posted: 11 Jan 2010, 23:13
by winph
lumacraft wrote:How can I remove the file count listed beside each menu item? In Admin, I have turned off item filecount under Menu / Main Menu / Folder Description / Items, but this had no effect.
its under theme / styesheet
.mainmenu_amount {
display: none;
Posted: 12 Jan 2010, 13:58
by lumacraft
Thank you. That worked.
For those like me who need more hand-holding, here is explicitly what you need to do:
- in Admin, click on Themes
- then click the Edit link beside for the theme you are using
- then, on the right side of the screen, click on Edit Theme Stylesheet
- look for the the string
.mainmenu_amount {
- on separate line before the closing bracket, add
display: none;
After saving the edit, I needed to clear my browser cache before I could see that the change had taken effect.