制作没有图像的 Woocommerce 产品子类别小盒子

Make Woocommerce Product Subcategory small boxes without image

我从事小型家庭项目,并从 category/subcategory 中删除了要显示在商店页面中的图像。我将块更正为较小的 shop page,但是当转到类别时,块内的子类别比其他块大得多。所以我希望所有块的大小相同。例如进入店铺页面:

并进入subcategory page:

我试图通过这个 CSS:

来解决这个问题
.fusion-blog-layout-grid .post .fusion-post-wrapper, .fusion-blog-layout-timeline .post, .fusion-portfolio.fusion-portfolio-boxed .fusion-portfolio-content-wrapper, .products li.product {
height:120px;
}

但会缩小所有块,包括产品。那么任何提示如何解决这个问题?

改变你的风格 css 如下 -

.fusion-blog-layout-grid .post .fusion-post-wrapper, .fusion-blog-layout-timeline .post, .fusion-portfolio.fusion-portfolio-boxed .fusion-portfolio-content-wrapper, .products li.product-category.product {
height:120px;
}