My "Product Categories" list in the left panel is VERY long:
http://www.360tacticalvr.com/support…categories.png
Is it possible to reduce this so only the top level categories are shown?
Regards,
Badders
2 answers
Hi Badders!
You could do that simply by editing css code:
open "skin/frontend/default/jm_natris/css/theme.css" find these lines:
HTML Code:
#ja-sidenav li li { background:none repeat scroll 0 0 transparent; border-bottom:medium none; border-top:1px solid #F0F0F0; }
Edit them to:
HTML Code:
#ja-sidenav li li { background:none repeat scroll 0 0 transparent; border-bottom:medium none; border-top:1px solid #F0F0F0; display:none; }
Hope this help you.
Bump! Anyone?….
Badders
This question is now closed