• I’m following a example of removing/hiding the header text .It states to add {display:none; to hide the text in the h1 selector.Is this done in header.php or style.css.

    Is this right where abouts do I add it.

    Need some help please.

    </head>
    <body>
    <div id=”page”>
    <div id=”header”>
    <div class=”headerimg”>
    <h1>“><?php bloginfo(‘name’); ?></h1>
    <div class=”description”><?php bloginfo(‘description’); ?></div>

    thanks doc

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing/hiding the header text’ is closed to new replies.