I want the H1 tag to include the brand name and title. Currently, the H1 only shows the product name, but I would like to be able to show the Brand name and then the product title
currently the code shows
I want the H1 tag to include the brand name and title. Currently, the H1 only shows the product name, but I would like to be able to show the Brand name and then the product title
currently the code shows
Hi @Addison99 ,
Please go to product-template.liquid file and add code here:
Code:
# {{ product.vendor }} - {{ product.title }}