Numerous bloggers might find markers below posts (or post titles) gratuitous, as long as they're formerly in the blog's sidebar. So, this tutorial will show you how to remove them manually from the Template's HTML. To hide markers from the blogger post footer (or below post title), we could simply uncheck the"Labels" option; still, this setting might not work duly in some custom templates and also, we'll have to remove the law from our template.
Hide labels in Blogger Posts using CSS
Step 1. Log in to your Blogger account > head to the 'Theme' tab > hit the 'Edit HTML' button:
Step 2. Click anywhere inside the code area and search by using the CTRL + F keys the tag below (hit Enter to find it):
</head>
Step 3. Just above the </head> tag, add the following style:
<style>
.post-labels {
display: none;
}
</style>
Step 4. Click the 'Save Template' button to save the changes and view your blog. The labels below the posts should be hidden now.
0 comments:
Post a Comment