Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1089729

    Hi guys
    4th time buying this theme, this time for a client, love it!
    First time doing e-commerce.
    I set up the sidebar and want to display the two product categories individually: BRANDS and STYLES.
    When I place the Product Categories widget, it displays all the categories (including it’s own Brands parent category).
    How do I show ONLY the child categories of Brands, and not display the parent category in the list as well?
    Domain is live: http://lakesidelivin.com/shop/
    Thanks for your help!
    Jon

    #1090383

    Hey jonroot,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .woocommerce.widget_product_categories .cat-item.cat-item-39 {
        display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1090991

    Hi Victoria
    Thanks that worked! However it’s still showing ALL categories. I only want it to show the children of the category BRANDS. It’s showing the children and categories of STYLES as well. I have included a backend login in case you want to take a look at my widget set up. Maybe I have something incorrect? Let me know!
    Thanks for your help.
    Jon

    #1091281

    Hi jonroot,

    Well, you can create the custom menu with the links to whatever you need and use it instead of the Woocommerce widget.

    Best regards,
    Victoria

    #1091673

    Got it working, thanks Victoria!

    #1091700

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Widget "Product Categories" Shows all categories, instead of just children’ is closed to new replies.