Show SKU on Collection Page

I want to add SKU to show above product title on collection pages. I am using the PALO ALTO theme.

Can anyone help. I need to do it within next few hours.

I have found few codes but they didn’t work.

Hi @iffatgull

Please try to follow these steps:

  1. Navigate to Edit code

  1. Find “collection-template.liquid” file. We do not have the PALO ALTO theme so we can’t be sure of the file name. However the file should contain the liquid code to display the product title on the collection pages

  2. Find this code


  1. Add this code above the code you find in step 3 and save the code
{{ product.sku }}

Please try and let us know if it helps