Hide Title and Position Description
-
Hi,
I’m trying to make the banner image clickable, completely hide the blog title, and keep the description positioned in the right place. Here are my current header styles:
#header h1 {
display: none;
margin: 0;
font-size: 1.8em;
padding-top: 130px;
font-family: "Georgia";
}
#header h1 a {
text-decoration: none;
color: #80904F;
}
The header is hidden, but the description is no longer padded and in the right place! The description should be 130px down from the top. Please help me! Thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Hide Title and Position Description’ is closed to new replies.