hiding description/title
-
i know it has been asked b4 but i don’t see the title-or description for my theme in the css style sheet. i want to make the title an description hide.
the header php has this
<title><?php bloginfo('name'); wp_title(); ?></title>
amd
<div id="header" > <h1><a>"><?php bloginfo('name'); ?></a></h1> <p><strong><?php bloginfo('description'); ?></strong></p> </div>
———————————
the header section in the style sheet/* Header */
#header {position: absolute; margin:0 0 0 40px; width:350px; left: 50%; text-align: right;}
#header h1 {background-color:inherit; color:#555; font-size:2em; letter-spacing:-1px; margin:30px 30px 0 0;}
#header h1 a {background-color:inherit; color:#555; text-decoration:none;}
#header p {background-color:inherit; color:#777; font-size:1.1em; font-weight:bold; line-height:1.3em; margin:10px 30px 0 0;}
#frontphoto {margin:0 0 10px;}[Moderator Note: Please post code or markup snippets between backticks or use the code button.]
- The topic ‘hiding description/title’ is closed to new replies.