Styling parent <li> and not children CSS – Woocommerce
I am trying to make the title, that has it's own CSS class bold. However, also the children are getting the style. Code: <ul class="product-categories"> <li class="cat-item cat-parent"> <ul class="children"> <li class="cat-item">...</li> <li class="cat-item">...</li> <li class="cat-item">...</li> </ul> </li> <li class="cat-item">...</li>…