Home Forums WoodMart support forum Change “SKU” Line location Reply To: Change “SKU” Line location

#478834

Artem Temos
Keymaster

Hello,

To move the SKU you need to copy the file wp-content/themes/woodmart/woocommerce/content-product-fw-button.php to your child theme woodmart-child/woocommerce/ folder and move the following line

<?php woodmart_product_sku(); ?>

after line #7 as shown on the screenshot https://prnt.sc/qZAWh5Hsz2EH

Also, add the following code to the Custom CSS area in Theme Settings

.wd-product-sku {
  z-index: 10;
}

Kind Regards

  • This reply was modified 1 year, 5 months ago by Artem Temos.