Multi categories on one page

Hi there
I try to put multi product categories & sub-categories in one page.
I only want to show some specific without the product counts

may I know how to set up?
Thank you!

Hi Julia,

Thank you for writing in, you can utilize the WooCommerce shortcodes to display a set of products on a page.

Shortcodes included with WooCommerce

Hope it helps,
Cheers!

thank you so much for your quick reply.
but i can show the selected categories only?

and i dont wanto show the product counts.

Hi Julia,

Yes you can, please see the Scenario 5 – Specific Categories section of that article.
If it shows a product counts, will just hide it with a custom CSS.

Thanks,

Thank you, Friech.
I guess I found the way to put the selected categories.
However, I dont know how to hide the number.
Can you please kindly help me?
Thank you again!

Hi There,

To hide the product count of categories, please add this custom CSS under Theme Options > CSS:

mark.count {
    display: none;
}

Hope it helps :slight_smile:

Thank you so much!! it works!!!

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.