<h1> text </h1> now you can modify the h1 style on the screen by modifying it in css but unless i am wrong i dont see how you can wrap it in a div.. Im not that good at css but how are you going to do that in css ?
h1 {
font-size: 20px;line-height: 19px;
padding-left: 0px;
color: #5b646a; /** OW_Control type: color, key: titleColor, section: 2. Colors, label:2. Title **/
text-transform: uppercase;
margin-left: 0px;
background-repeat: no-repeat;
}
hope that helps
ow_themes\simplicity\master_pages\dndindex.html <------ line 23
{if $heading}<h1 class="ow_stdmargin {$heading_icon_class}">{$heading}</h1>{/if}
and
ow_themes\simplicity\master_pages\general.html <----- line 26
<h1 class="ow_stdmargin {$heading_icon_class}">{$heading}</h1>
Change simplicity with your current theme.