Home New Guten Forums WoodMart support forum WoodMart Theme Customization Inquiry for Product Category Page

WoodMart Theme Customization Inquiry for Product Category Page

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

    AnitaXu
    Participant

    hello,
    I need assistance with customizing the product category page on my WordPress site. Here are my specific requests:
    1. Adjust Product Category Display
    The current display in Section 1 shows product listings with categories (e.g., “Women/Men”) listed below each item, which is not the format I prefer. I want to change this to a more traditional text-based display (similar to the example in Figure 2), where product categories/subcategories are presented as clear text links or labels in a side layout. Could you please provide steps or settings to achieve this?

    2. Remove Filter and “Show” Sections (Section 2)
    I would like to remove the entire “Show” dropdown menu and filter sections (e.g., sorting options, product count) from the product category page. How can I hide or disable these features?

    • This topic was modified 3 months ago by AnitaXu.
    Attachments:
    You must be logged in to view attached files.
    #662092

    Luke Nielsen
    Keymaster

    Hello,

    1. Disable Categories in page title – https://prnt.sc/hbp2IzZYhnxS or if you do not use the title there you can disable the page title at all. Then define the Product categories element in Appearance -> Widgets -> Shop page Widget area and as a result, you will have categories like in figure 2.

    2. Use the code below for help:

    .archive .wd-products-per-page,
    .archive .woocommerce-ordering {
        display: none;
    }

    Kind Regards

    #662135

    AnitaXu
    Participant

    Hi, I try to define the Product categories element in Appearance -> Widgets -> Shop page Widget area
    but there is nothing shown on the page, could you help?

    Attachments:
    You must be logged in to view attached files.
    #662161

    Luke Nielsen
    Keymaster

    Hello,

    The sidebar is disabled on your end – https://prnt.sc/63SUhxjArPLG and the element should be as “Product categories” – https://prnt.sc/6nrEq74hs8JW

    Kind Regards

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