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 2 of 2

Thread: Integrating H1 Tags

  1. #1
    FelixW is offline Junior Member
    Join Date
    Feb 2010
    Posts
    6

    Default Integrating H1 Tags

    Not sure if this has been asked before but I am interested in implementing h1 tags within the product name field. Any help would be appreciated.

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    You can add .ProductNameText class in your skins/skin_#/style.css file and that should do the trick.

    e.g.
    Code:
    .ProductNameText
    {
       font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; 
       margin:0;
       font-size: 14px;
       font-weight: bold; 
       display: inline;
    }