Okay
  Public Ticket #243083
Shop Category Hierarchy
Closed

Comments

  • Will started the conversation

    Hi Salient,

    I can't get the product categories to appear in the hierarchy layout in the Shop's sidebar. I've set the categories up in their hierarchy, and I've asked the Categories widget to show them in a hierarchy, but they appear in one big list.

    Running latest WordPress, WooCommerce and Theme versions.

    Is this something you're aware of? And is there a custom coding solution you can offer?

    Thanks!

    Will

  •  991
    ThemeNectar replied

    Hey Will! Thanks for pointing this out - add this into the Custom CSS box located in your Salient Options panel:

     
    .product-categories .children {
        margin-left: 20px !important;
        margin-top: 10px;
        margin-bottom: 0!important;
    }
    
    .cat-parent {
    	border-bottom: 0!important;
    }
    

    (This will be included in the theme by default next update)

    Cheers

  • Will replied

    That's fantastic and has worked a treat! Thanks very much :)