Hello everyone
does anyone know how to let the category tree with one category displaying the sub categories by default ?
thanks !
To open up all of the categories, simply
comment-out line 741 in catalog/view/theme/default/stylesheet/stylesheet.css
from:
to:
Hope that helps.
Regards,
Midgette
comment-out line 741 in catalog/view/theme/default/stylesheet/stylesheet.css
from:
Code: Select all
ul.box-category > li ul {
display: none;
}
Code: Select all
ul.box-category > li ul {
/* display: none; */
}
Regards,
Midgette
Who is online
Users browsing this forum: No registered users and 20 guests