Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Peter,

    Due to the way WooCommerce organises this content it’s not so easy to separate it. Both the products and the categories are lis inside the same ul. All you can do is target the product categories and apply some styles to them, which will work well as long as you have 3 categories.

    Something like:

    ul.products li.product-category {
    padding-bottom: 4.236em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    Cheers

    Thread Starter Petersjuul

    (@petersjuul)

    Hi James,

    It doesn′t seem to work :-/

    But for now I am going to stick with only the subcategories.

    But thanks anyway.

    /Peter

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to write in the categori page?’ is closed to new replies.