First let me say, I love the theme, But I am looking for a way to delete the header text or make it invisible.
I want to create the header in photoshop including the text, But so far I am unable to get rid of hte header text. Any ideas thanks
First let me say, I love the theme, But I am looking for a way to delete the header text or make it invisible.
I want to create the header in photoshop including the text, But so far I am unable to get rid of hte header text. Any ideas thanks
To remove the text in the header, open the header.php file and remove the following code
<div id="logo"> <h1>/"><?php bloginfo('name'); ?></h1> <h2><?php bloginfo('description'); ?></h2> </div>
You must log in to post.