• bhauser

    (@bhauser)


    I want to get rid of the page title on every page – what I mean by the page title is the black text that is display the name of that page that is currently selected. The black text is above the bold navy H1 I created.

Viewing 1 replies (of 1 total)
  • Michael

    (@alchymyth)

    edit page.php and remove it there:

    <?php if ( is_front_page() ) { ?>
    						<h2 class="entry-title"><?php the_title(); ?></h2>
    					<?php } else { ?>
    						<h1 class="entry-title"><?php the_title(); ?></h1>
    					<?php } ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Twnety Ten – How to get rid of black page title h1 on every page’ is closed to new replies.