How we are going to do this?
Hide labels from Blogger
Step 1. Click on the 'Template' option and then go to the 'Edit HTML' button.
Step 2. After you clicked on the Edit HTML button, click anywhere inside the code area and search by using the CTRL + F keys the </head> tag.
Step 3. Just above the </head> tag, add the following code:
Hide labels from Blogger
Step 1. Click on the 'Template' option and then go to the 'Edit HTML' button.
Step 2. After you clicked on the Edit HTML button, click anywhere inside the code area and search by using the CTRL + F keys the </head> tag.
Step 3. Just above the </head> tag, add the following code:
<style>Step 4. Click the Save Template button to save the changes and you're done ;)
.post-labels {display: none;}
</style>
0 Comments