Reply 241650 to: I am want to Show Product SKU below on price

Avatar: Rose Tyler
Rose Tyler
Support staff
June 22, 2020 at 10:00

Hi,

Try the next custom CSS code:

.price + .product_meta > *:not(.sku_wrapper) {
    display: none;
}
.product_meta ~ .product_meta .sku_wrapper {
    display: none;
}

child-theme/functions file
add_action('woocommerce_single_product_summary', 'woocommerce_template_single_meta', 15);

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.