Yes, you can.
First you have to remove h1 tag in the layout.
And then you have to remove h1 in all the css files, in particular all those files that have an h1.log tag (template.css and styleX.css)
Or better, you can create a new class and replace h1 by this class in layout and in css files. In this case, you should have to change the h1 tag by another tag such as p or div
Do you understand me? Is this your problem?