Quote Originally Posted by Jeffey View Post
I ended up creating "h7" based on h1 in the main stylesheet and then edited /includes/templates/custom/templates/tpl_product_info_display.php
for the instances of h1 and h2, changing them to h7.
It is not recommended removing H1 (Level 1 Heading). There are many reasons for this. One, H1 is significant spider food. Second, browsers natively relate to H1-H6 header tag markup (global document structures). You may want to visit w3.org and w3schools.com for HTML/xHTML review. Discussion of such is off-topic for this mod support thread.