Petter Enge Posted November 1, 2018 Share Posted November 1, 2018 Hello I am running prestashop 1.7.x How do I change/edit the H1 tag on a product ? Petter Link to comment Share on other sites More sharing options...
JBW Posted November 5, 2018 Share Posted November 5, 2018 Hi Petter, what exactely do you want to change? In general you can modify your template files. In classic template you find the H1 tage for product e.g. here (file \themes\classic\templates\catalog\product.tpl) {block name='page_header_container'} {block name='page_header'} <h1 class="h1" itemprop="name">{block name='page_title'}{$product.name}{/block}</h1> {/block} {/block} Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now