Home Forums WoodMart support forum Edit the category page

Edit the category page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #694918

    springorchid2008
    Participant

    Hi,
    Regarding to the product archive page, I have three problems met as below:

    1. All the products are now showed from created time order by default, I want to change the default sort into latest date products show in the first. —reverse the present, how to achieve?

    2. how to hide the counts of filter result ?

    3. how to change the sidebar length?

    Best regards
    Looking forward to your kind early reply

    Cathy

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

    Hello,

    01. For product sorting options on the archive pages, navigate to Appearance > Customize > WooCommerce > Product Catalog > Sorting Options and select the sorting method you prefer. https://ibb.co/CK9TQdd

    02. Try to use this css code in Theme Setting > Custom CSS:

    .wd-widget .wd-filter-list .count {
        display: none !important;
    }

    03. Please navigate to Theme Settings > Product Archive > Sidebar and set the Sidebar Size.

    Best Regards,

    #695024

    springorchid2008
    Participant

    Great! thanks very much. All done.

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