how to remove category only from product meta in elementor
添加如下代码:
/* Remove category only on single product page */
.product .posted_in{
display: none!important;
}
how to remove category only from product meta in elementor
添加如下代码:
/* Remove category only on single product page */
.product .posted_in{
display: none!important;
}