header.php question
-
Hello Very Smart World of Word Press Gurus!
I am learning and loving WP. I downloaded a theme and set about modifying the design to fit our personality. Everything has gone very smoothly except one thing. The theme had a link to the blog home page and description in the header. Based on my design, I don’t want it to appear. When I went into the header.php and removed it. When I removed the selection of code that was creating the link it modified the spacing of the header graphic (moved it up slightly). Is there a way to “hide” these links so they don’t show through the design OR is there a way to delete it but keep the spacing as it is now?
Here is the code that is creating the section that is giving me the issue.
<div id=”header”>
<h1>/”><?php bloginfo(‘name’); ?></h1>
<h2><span><?php bloginfo(‘description’); ?></span></h2>To see how it is appearing go to https://www.ckc411.com/wordpress. I really appreciate any help I can get.
Thanks.
Caroline
- The topic ‘header.php question’ is closed to new replies.