Home Forums WoodMart support forum Shop Filter Categories

Shop Filter Categories

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #327435

    www.cidev.ro
    Participant

    Hi there,

    Is there any way to hide certain categories from the Shop Filters – Product Categories Widget?

    Please have a look here:

    https://mgconcept.cidevconcept.com/shop/

    There is a very long list of Categories in the left hand – side of the screen.

    We would like to hide everything from Kitchen Furniture to Hallway Furniture, so that the first item listed would be COMMERCIAL FURNITURE.

    Is it possible, please?

    Thanks!

    #327640

    Luke Nielsen
    Keymaster

    Hello,

    The “Product Categories” option displays all of your categories in the “Shop filter” widget.

    To hide categories that you want, you have 3 ways:

    1. Remove categories from Products -> Categories.

    2. Create one parent category for all of these items.

    3. Or you can try to use custom CSS in Theme Settings -> Custom CSS -> enter the code in the field “Global Custom CSS”

    .filter-widget .product-categories .cat-item-336 {
      display: none;
    }

    The number after “cat-item-” is the ID of the category item, so if you want to hide more items just copy the code I added above and replace only IDs.

    https://monosnap.com/file/AoazM1GrErEcfbhLBIlWMko6jjzYtX

    Kind Regards

    #327850

    www.cidev.ro
    Participant

    Thanks a lot, I have used the CSS code and it works perfectly. All the best xx

    #327900

    Luke Nielsen
    Keymaster

    Hello,

    We are glad that your issue has been resolved.

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future.

    Have a wonderful day.

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Shop Filter Categories’ is closed to new replies.