There are two (2) options we can do.
First(1st) Option:
- Go to your Dashboard - Layout - Page Elements then click Edit Header.
- Upload your Image and click the radio button under placement "Instead of title and description"
- Then save.
Second (2nd) Option:
- Dashboard - Edit HTML then we have to find this #header h1 {
- I always use Ctrl+F to quickly find the Styling Code that i need, Ctrl+F then copy #header h1 {
- Then put this code: display:none;
- This is What it's going to look like:
#header h1 {
margin:5px 0;
padding:0 20px .25em 0;
line-height:1.2em;
text-transform:uppercase;
letter-spacing:.2em;
font: $pagetitlefont;
display:none; ------------------This is the code you place to hide your Blog Title
} - Before you save click preview first to make sure it's not there anymore....but' i can't see any reason why it won't though.
- Then save.
- Ctrl+F then place this code #header .description {
- Then place the same code below and it will look like this:
#header .description {Then save. Your site is now clean and finally hide the blog title and description.
margin:5px 0;
padding:0 20px 15px 0;
text-transform:uppercase;
letter-spacing:.2em;
line-height: 1.4em;
font: $descriptionfont;
color: $descriptioncolor;
display:none; ------------------This is the code you place to hide your Blog Description.
}
I hope you find this simple hack help you blog.
5 comments:
I used this. In 2.7 WP. It works. Thank you so much.
Thank you so much! I have been pulling my hair out but you option #2 worked!
Good to know it helps!...cheers.
i used a code that makes my header image change randomly after every refresh. For some reason, i can't hide the title and description after that. I tried your first option and it won't save. When I save, it just goes back to "behind title and description." So I tried your second option, but whenever i enter that code, it makes my header really small. Is there anyway to fix this?
@DIRTYxNBA,
If you can send me your url so that i can check of what is wrong it would be great and i might be able to help you :)
Post a Comment
I really love to read your thoughts, Reminder though that I Moderate my blog, If your intention is only to spam think twice.
For those that will comment because you want to share your thoughts i really appreciate your time. "Dofollow" Rules.