我删除了 woocommerce 中的占位符图像,但现在商店看起来很奇怪
I removed placeholders images in woocomerce but now the shop looks weird
我删除了占位符,现在我的 woocommerce 商店看起来很奇怪,我认为它需要添加 CSS 但我找不到任何解决问题的方法,这是它现在的样子(红色圆圈是占位符):
https://imgur.com/a/MO0h4
我想成为什么样的人(请):
https://imgur.com/eqCNT10
您不必更改与 woocommerce 相关的文件,而是添加此 CSS :
.products .box-image {display:none;}
.products .product-small .box-text {display:flex!important; }
.products .product-small .price-wrapper {margin:20px;}
我删除了占位符,现在我的 woocommerce 商店看起来很奇怪,我认为它需要添加 CSS 但我找不到任何解决问题的方法,这是它现在的样子(红色圆圈是占位符): https://imgur.com/a/MO0h4
我想成为什么样的人(请): https://imgur.com/eqCNT10
您不必更改与 woocommerce 相关的文件,而是添加此 CSS :
.products .box-image {display:none;}
.products .product-small .box-text {display:flex!important; }
.products .product-small .price-wrapper {margin:20px;}