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

Avatar: Rose Tyler
Rose Tyler
Support staff
June 20, 2020 at 08:19

Hello,

There is no such possibility by default.
Try to add the next code in Theme Options > Theme Custom CSS:

.single-product .product-information-inner .fixed-content {
    display: flex;
    flex-direction: column;
}
.single-product .product-information-inner  h1.product_title.entry-title { order: 1;}
.single-product .product-information-inner  .price { order: 2; }
.single-product .product-information-inner  .product_meta {order: 3;}
.single-product .product-information-inner .woocommerce-product-details__short-description { order: 4;}
.single-product .product-information-inner  .cart { order: 5; }
.single-product .product-information-inner  .product-share { order: 6; }

http://prntscr.com/t36sh5

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.