Gettin' no love here in the forum! How do I take out the default text in the Header. Currently it appears on top of my custom banner.
Gettin' no love here in the forum! How do I take out the default text in the Header. Currently it appears on top of my custom banner.
starting a 4th topic is not the solution.
Then what is?
A) Consider patience. Nobody is paid to be here answering questions. Everyone is a volunteer.
B) Consider descriptive/useful topic titles.
C) Don't repost/dupe topics.
Then what is?
a lot of patience I guess.
How do I take out the default text in the Header.
assume that your theme directory is writable. goto WP Admin > Design > theme editor > default (kubrick) > header.php
remove the following code inside header.php ↓
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
<div class="description"><?php bloginfo('description'); ?></div>
or you could also hide the txt with css
#headerimg h1,#headerimg div{display:none}Thank you, thank you, thank you!!!! I brushed my teeth just in case.
This topic has been closed to new replies.