Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: changing product title header?

  1. #1
    ohmydude_ML is offline Member
    Join Date
    Feb 2007
    Posts
    75

    Cool changing product title header?

    hi -
    anyone know how to change the display of the product page title header on the actual page (not the title meta tag)? the div class "ProductNameText" doesn't exist in the CSS file.

    some of my SEO reading indicates this title should be header based for optimization, but it appears it is not natively doing this. any idea on how to change this to a <h2> or something?

    thanks!

  2. #2
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    That's very much possible. Simply place the Product Name to an <H2> tag rather than a <TR><SPAN>... </SPAN></TR> on the XMLpackage you're using for your products...

  3. #3
    ohmydude_ML is offline Member
    Join Date
    Feb 2007
    Posts
    75

    Default

    thank you very much. i was able to get it working by putting the <h1> tag into the xml package for the product display page, and then tweaking the look a little in the skin CSS file for <h1>.

    surprised that some sort of header tag is not natively in the product page already. those are on page #1 of any SEO book! please add to your "suggestions" box! :>)