mao101 Posted March 14, 2014 Share Posted March 14, 2014 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 More sharing options...
vekia Posted March 14, 2014 Share Posted March 14, 2014 solution is easy. you can use product description field to add h2 tag (use heading from tinymce editor options) you will be able to: - add any text you want - stylize it (colors, size etc.) Link to comment Share on other sites More sharing options...
Recommended Posts