![]() |
Blogger Title Header |
In addition to the blog title, the blog description will automatically appear below the blog title, so you need to hide it too. After you create a beautiful blog header then just apply the trick below.
How to hide both please follow the steps below:
- Log in blogger
- On Dashboard > Click on the template then select "update script code HTML"
- Look for code similar to this:
- Once found, please add the following code: visibility: hidden; so it looks like below:
- To ensure the success of the title and description can be hidden, please click "Preview Template" on the editing page.
- If successful, please save your work by clicking "Save Template".
- The see the results, Good Luck.
- #header h1 {
- margin:5px 5px 0;
- padding:130px 0px 0px 130px;
- font-size: 28px;
- line-height:1.2em;
- text-transform:titlecase;
- letter-spacing:.1em;
- }
- #header .description {
- margin:0 5px 5px;
- padding:10px 0px 15px 130px;
- max-width:700px;
- text-transform:lowercase;
- letter-spacing:.1em;
- line-height: 1.4em;
- color:#e86c81;
- font-weight:bold;
- font-size:13px;
- }
- #header h1 {
- margin:5px 5px 0;
- padding:130px 0px 0px 130px;
- font-size: 28px;
- line-height:1.2em;
- text-transform:titlecase;
- letter-spacing:.1em;
- visibility:hidden;
- }
- #header .description {
- margin:0 5px 5px;
- padding:10px 0px 15px 130px;
- max-width:700px;
- text-transform:lowercase;
- letter-spacing:.1em;
- line-height: 1.4em;
- color:#e86c81;
- font-weight:bold;
- font-size:13px;
- visibility:hidden;
- }
0 Comments