Home Forums WoodMart support forum Hide empty categories on category page sidebar

Hide empty categories on category page sidebar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #215613

    www.cidev.ro
    Participant

    To whom it may concern,

    We need to find a way to hide empty categories on the category page sidebar, as the “uncategorized” keeps popping up.

    We also need to find a way to delete the price filter on the top of this page:
    http://carpatica.cidevconcept.com/categorie-produse/pompe-sumersibile/

    We don’t need the prices to show up. Your help would be very appreciated.

    Kind Regards,

    CIDEV TEAM

    #215650

    Hello,

    I saw the screenshot you attached. To hide empty categories in the shop sidebar you need to edit the categories widget from Appearance >> Widgets >> Shop page widget area.

    Then you need to set the option to hide empty categories.

    Screenshot for Clarification: https://ibb.co/wWkdqJX

    And for the uncategorized make sure that you haven’t added any products to it then clear cache and check back.

    To Remove the price from the shop filters try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    #WOODMART_Widget_Price_Filter {
    display: none;
    }

    Best Regards.

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