我删除了占位符,现在我的woocommerce商店看起来很奇怪,我认为它需要添加一个CSS但是我找不到任何解决问题的方法,现在看来它是这样的(在那个红圈中是占位符): https://imgur.com/a/MO0h4
我希望如何(请): https://imgur.com/eqCNT10
答案 0 :(得分:1)
您无需更改与woocommerce相关的文件,而是添加此CSS:
.products .box-image {display:none;}
.products .product-small .box-text {display:flex!important; }
.products .product-small .price-wrapper {margin:20px;}