Jump to content

H Tags on Homepage


Recommended Posts

Hi Stampy

What exactly did you want to change on the homepage?

You can change any text in prestashop by using the tpl files and just changing the code for that bit of text.

For example.

                    {$product.name|truncate:50|escape:htmlall:'UTF-8'}



This is taken from my homefeatured.tpl file and is the code for the product title. As you can see it currently has H5 tags, if you want to change it then just change to H1 or H2 or whatever.

    {if $xml->body->$title}{$xml->body->$title|stripslashes}{/if}



This is taken from the editorial.tpl and is the main title, it already has H2 tags but you could just alter it to H1.

Hope this helps you out.

Link to comment
Share on other sites

  • 8 months later...
×
×
  • Create New...