How we are going to do this?
Conceal labels in Blogger Posts utilizing CSS
Hide labels in Blogger Posts utilizing CSS
Step 1. Sign into your Blogger account > head to the "Template" tab > hit the 'Edit HTML' button:
Step 2. Snap anyplace inside the code area and search by utilizing the CTRL + F keys the tag below (hit Enter to discover it):
</head>Step 3. Simply over the </head> tag, include the code below:
<style>Step 4. Click the 'Save Template' button to save the progressions and view your blog. The labels below the posts ought to be shrouded at this point.
.post-labels {
display: none;
}
</style>
0 comments:
Post a Comment