Make Product Type field display below Product Titles on Prestige Theme

Hi there!

I’m a complete novice in coding and customising Shopify… hoping someone can help me customise the Prestige theme to make Product Type from the back end to display below product titles.

Like in the example below (Men’s T-shirt), I’d like Product Type to show under the Product Title on the product page, keeping space above the price. I’d like this format to apply to the product cards on the Collection Page / featured product sections too.

I’d like Product Type not Product Category, as the relevant category for my product is not available in Shopify. So I’ve created a custom Product Type (“Pareo”) that falls under the Category: Swimwear.

I’m sure this isn’t too difficult, but well beyond my current knowledge!

Thanks!

Hi @Dsig91 ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file product-meta.liquid

Step 3: Paste the below code at the position same as my screenshot of the file → Save

##  {{- product.type -}}

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Hey Oliver,

Thanks for your reply, I really appreciate your help.

The Prestige code doesn’t have a product-meta file. My screenshot shows all the product-related files - I think maybe product-info.liquid is the equivalent?

Thanks again!

Dave

You can add this code to line 141

##  {{- product.type -}}

Thank you very much. Can you please guide how to change the font size and color of product type which i added from the line of code you given.

Thanks