Blogger has many pros and cons. It has free hosting, but it has also some strict rules. For and default Blogger blog, you can see the Labels. Many of them want to remove these labels from Blogger Blog. If you don’t know how to remove it, here’s the simple way to Hide Blogger Labels. There are two simple methods to Hide Blogger Labels
In this post you will learn How to create Labels in Blogspot, How to add labels to Blogger pages.
Video Coming Soon
Two Simple Methods to Hide Blogger Labels
First Method :
- Login to Blogger.
- Go to template, click edit HTML.
- Click anywhere in the template and press CTRL+F to search and find ]]></b:skin> and paste the code given below above the ]]></b:skin>.
“.post-labels{
height: 0px;
visibility: none;
}”
- Now save the Template, you’re done.
Second Method :
- Login to Blogger.
- Go to Template > edit HTML
- Click anywhere inside the template and press CTRL+F and find the tag given below
</head>
- Now just above the </head> add the code given below.
<style>
.post-labels{
display : none;
}
</style>
- Save the Template, you’re done.
Video Coming Soon
Hope you all enjoyed the detailed description on Hide Blogger Labels. If you found this article useful, please share it on your social profiles.