How To Remove/Delete Labels From Blogger Posts

How are nosotros going to create this?
Hide labels inwards Blogger Posts using CSS
Step 1. Log inwards to your Blogger trouble organisation human relationship > caput to the 'Template' tab > striking the 'Edit HTML' button:
Step 2. Click anywhere within the code expanse as well as search yesteryear using the CTRL + F keys the tag below (hit Enter to respect it):
</head>Step 3. Just inwards a higher house the </head> tag, add together the next CSS:
<style>.post-labels {display: none;}</style>Step 4. Click the 'Save Template' push to salve the changes as well as sentiment your blog. The labels below the posts should endure hidden now.