Dear masters!
I have a sidebar categories:
<ul>
<li>Category 1
<ul class="parent">
<li class="active">Sub Category</li>
<li>Sub Category</li>
</ul>
</li>
<li>Category 2</li>
</ul>If I using style=“nested”, I cannot insert class=“parent” and class=“active” to style sub level category.
Are there anyway help me?
Thank you very much!