Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
lumacraft
Topic Author
Posts: 9
Joined: 04 Jan 2010, 18:20

File Count Beside Menu Items

09 Jan 2010, 18:14

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.
 
User avatar
lumacraft
Topic Author
Posts: 9
Joined: 04 Jan 2010, 18:20

11 Jan 2010, 08:59

Anyone?
David A. Gilmour LPPO
[url=http://www.lumacraft.com]Lumacraft Photography[/url]
 
winph
Experienced
Posts: 236
Joined: 19 Jul 2008, 05:07

Re: File Count Beside Menu Items

11 Jan 2010, 23:13

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;
 
User avatar
lumacraft
Topic Author
Posts: 9
Joined: 04 Jan 2010, 18:20

12 Jan 2010, 13:58

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.
David A. Gilmour LPPO
[url=http://www.lumacraft.com]Lumacraft Photography[/url]