Re: header text…
I’m a new user and no expert but I just did the header text removal so I’ll pass on what I did. (There may be a better way from someone who knows what they’re doing!) In my header.php, under <div id=”masthead”> I removed these two lines:
<h1>/”><?php bloginfo(‘name’); ?></h1>
<p><?php bloginfo(‘description’); ?></p>
That just left the image info and it worked. I think the ‘name’ and ‘description’ are the culprits. But don’t take my word for it!
Thread Starter
jamah
(@jamah)
Re: header text…
I’m a new user and no expert but I just did the header text removal so I’ll pass on what I did. (There may be a better way from someone who knows what they’re doing!) In my header.php, under <div id=”masthead”> I removed these two lines:
<h1>/”><?php bloginfo(‘name’); ?></h1>
<p><?php bloginfo(‘description’); ?></p>
That just left the image info and it worked. I think the ‘name’ and ‘description’ are the culprits. But don’t take my word for it!
Ended up fixing this. Thanks!
Still have issues with my sidebar not styling per my CSS format tho….
Thread Starter
jamah
(@jamah)