Hide single categories - by Tagbag - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 5 years, 8 months ago ago by Olga Barlow

  • Avatar: Tagbag
    Tagbag
    Participant
    August 14, 2018 at 22:47

    Hey,

    Is it possible to hide single categories in the shop sidebar?


    For example, if I want to hide the category “accessories”?

    Regards
    Joey

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 15, 2018 at 15:51

    Hello,

    Widget that is used there is the default WooCommerce widget and there are no options to hide some categories in widget settings. You can try the following code, where cat-item-52 – autogenerated class depending on category id

    .widget_product_categories li.cat-item.cat-item-52 {
        display: none;
    }

    Regards

    Avatar: Tagbag
    Tagbag
    Participant
    August 15, 2018 at 16:05

    That’s enough, thank you!

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 15, 2018 at 16:43

    You are welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Hide single categories’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.