Jump to content

Adding a H2 to product page


Recommended Posts

Hi guys!

 

I have added a H2 to the products page, but the H2 is showing the same data like the H1.So essentially what I am trying to figure out is:

 

- Add a H2 title differentiated from the H1 tag (Not the same info like the H1).

- How to add a style to the H2 (font,size,etc.).

- How to add customized text to the H2 on every single page of products (it is possible from the backoffice?).

 

At this point the product pages are looking like this: http://www.anitakremer.com/presta/en/home/[spam-filter]thong-embroidery-lycra-chic-collection.html

 

The goal to reach is similar like this http://www.victoriassecret.com/bras/very-sexy/push-up-bra-very-sexy?ProductID=179343&CatalogueType=OLS

 

This is the code added:

<div id="pb-left-column">
<h2>{$product->name|escape:'htmlall':'UTF-8'}</h2>
<h1>{$product->name|escape:'htmlall':'UTF-8'}</h1>
{if $product->description_short OR $packItems|@count > 0

 

Your help is highly appreciated.

 

 

 

 

Link to comment
Share on other sites

×
×
  • Create New...