How do I add a third variant to the product overview?

Hello,

I would like to have the product overview page display: the vendor, the price, and the product name.

I am using the Ira theme and so far I have only managed to add the vendor and the price. Where can I add a product name that also shows up on the product overview page as in, for example, this demo version of the North theme https://themes.shopify.com/themes/north/styles/default/preview?

Many thanks

Hi @LauraEEE , add this above your price:

{{ product.title }}

Hi @MarinaPetrovic . Where do I need to add this specifically?

Hi @LauraEEE , I don’t know the exact structure of your theme, but I’d try this: go to edit code > sections > product-section.liquid, add code that I’ve sent you.