Page 1 of 1

Counter

Posted: 19 Aug 2008, 18:07
by VipeR
How to disable image counter in main menu? :?

Posted: 20 Aug 2008, 00:31
by mjau-mjau
Go to your theme stylesheet(CSS) from the admin, and find the class ".mainmenu_amount". Add a line:
Code
display: none;

Posted: 20 Aug 2008, 00:50
by VipeR
tnx :wink: