johndove523
08-04-2012, 08:46 PM
Please see url: http://caspca.org/2012-critterball/
at the bottom, I've tried everything to get rid of the H1 page title and I can't do it. In my .php template, I've done this:
<!--<h1 class="pagetitle"><?php // the_title(); ?></h1>-->
I've eliminated that line above altogether, and made another H1 class:
h1.notitle {
display:none;
}
and nothing will get rid of this thing. Help please? Thank you!
at the bottom, I've tried everything to get rid of the H1 page title and I can't do it. In my .php template, I've done this:
<!--<h1 class="pagetitle"><?php // the_title(); ?></h1>-->
I've eliminated that line above altogether, and made another H1 class:
h1.notitle {
display:none;
}
and nothing will get rid of this thing. Help please? Thank you!