Hide/Customize Woocommerce Components with CSS
Hide elements from Meta Description
/*HIDE SKU FROM META DESCRIPTION*/
.product_meta span.sku_wrapper {
display: none;
}
/*HIDE CATEGORIES FROM META DESCRIPTION*/
.product_meta span.posted_in {
display: none;
}
/*HIDE TAGS FROM META DESCRIPTION*/
.product_meta span.tagged_as {
display: none;
}Customize gap below Product Price:
Make Add to Cart Button as Full-width
Hide Quantity button only from Single and Variation products
Set a Full Screen Mobile Menu
Last updated