答案 0 :(得分:0)
将以下内容添加到自定义css:
@media screen and (max-width: 768px) {
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
content: attr(data-title) "" !important;
/* it was originally content: attr(data-title) ": "; */
}
}