How to Hide Blog Title and Blog Description

Written on 12:32 AM by Mai

As you can see in this blog's template, it's blog header and description is customized, actually it is an image file, which i made in adobe, I just started learning how to customize header images.

As we bloggers, we know that blog title and description is important for search optimization, title and description tags are one of those that are used by search engines to index your blog. But sometimes we want to make the most out of our templates that we customize our header, and so we must hide the blog title and description to be able to finalize our headers well.

Now, even if you customize your header maybe you'll experience that blog title and its description is still there overlapping on each other. As you can See on the images below, image no. 1 is the original header (has a blog title and description), followed by image 2 which as you can see, header background and blog title are overlapping on each other, and image 3 as all clear, Blog Title and Blog Description is hidden already.


How to Hide Blog Title and Blog Description:

there are two ways that I could share to you: don't forget to back up your template

1. Find this code in your edit html subtab of the layout tab in blogger.
(this may vary, sometimes its " .title h1{ or .title h2{ "

#header h1 {
margin:0 auto 0px;
padding:50px 0px 0px 200px;
line-height:1.1em;
text-transform:capitalize;
letter-spacing:.1em;
font: $pagetitlefont;
text-align: left;
display:none; ◄ ------then insert this line here
}


display:none; (our code)

this also goes with the subtitle or description
#header .description {
max-width:800px;
margin-top:15px;
margin-left: 200px;
text-transform:capitalize;
letter-spacing:.2em;
line-height: 1.2em;
font: $descriptionfont;
color: $descriptioncolor;
text-align: left;
display:none; ◄ ------then insert this line here
}


2. another way to hide title and description is to change the title's color to match the background.
you can do it, by going to Layouts- then Fonts and Colors sub tab, there you can choose the blog title color and description.



hope it helps
more blogging tips to come...


If you enjoyed this post Subscribe to our feed

2 Comments

  1. Samreen |

    hey.. you have got great tips to provide.. i'll check it out soon..
    thanks.

    Have a good day..

     
  2. faez |

    ok thank you..

     

Post a Comment

Sign up for PayPal and start accepting credit card payments instantly.