This topic has 6 replies, 3 voices, and was last updated 2 years, 11 months ago ago by Olga Barlow
Hi
in this image https://prnt.sc/23o96jp
how we can change number of subcategories per row , how to hide number of products in each subcategory finally how let all subcategories appear if it doesn’t contain any products ,thanks
Hello,
Is it your Shop page or a custom page? Please provide URL of the mentioned page.
Regards
https://aastacademy.com/womenmall/product-category/clothing/
also pls tell me how to adjust category image appear on the top of this page
Hello,
Theme Options > WooCommerce > Product catalog > Products Per Row
Add the next code in Theme Options > Theme custom CSS:
.category-grid .categories-mask .count {
display: none;
}
Empty subcategories can’t be shown.
You can add category image in the description area of category https://prnt.sc/23oaogi Position of description will be taken from “Shop Page Banner Position” (Theme Options > WooCommerce > Shop > Shop page layout).
Regards
Hi , thanks for your support pls tell me how we can change number of subcategories per row in the same image sent u and how we can edit this page to do any changes , thanks
Hello,
Product categories inherit the WooCommerce shop page number of items per row. To edit the shop page number of items per row go to Theme Options > WooCommerce > Product Catalog. Also, you can find some additional settings in Theme Options > WooCommerce > Shop > Shop page layout. Keep in mind that this affect not just product categories number per row but also products number per row if you enter the category because product categories does not have separate option for this.
All the existing settings for the shop page you can find in Theme Options > WooCommerce > Shop > Shop page layout and Theme Options > WooCommerce > Shop Elements > Categories.
Regards
Tagged: change, hide, products, subcategories, themes, woocommerce, wordpress
The issue related to '‘how to change numer of subcategories and hide no of products’' has been successfully resolved, and the topic is now closed for further responses