You can hide or edit the blog date header on your Blogger blog. In this post, I'll provide a simple procedure to hide the date header from your Blogger blog post.
Step 2 : Click on Template and click on Edit HTML
Step 3 : Search for h2.date-header { in your template code
Step 4 : Add below code just below the h2.date-header { line
visibility:hidden;
Step 5 : Click on Save template.
How to hide blog date header in Blogger:
Step 1 : Login to your Blogger DashboardStep 2 : Click on Template and click on Edit HTML
Step 3 : Search for h2.date-header { in your template code
Step 4 : Add below code just below the h2.date-header { line
visibility:hidden;
Step 5 : Click on Save template.
No comments:
Post a Comment