This text normally displays boldly at default on your blogger blog just above the comment box and it makes your blog look unproffessional.
So this tutorial will show you how
you can remove the “No Comment” text from your blogger blog.
Let's get started
* From your blogger dasboard, click “Template”
* Select “Edit HTML”
* Now click on an empty space inside the html box and press Ctrl + F and search for this code
* Highlight and replace the above code with the following code
* Now replace this code
With this one
* Save Template.
So this tutorial will show you how
you can remove the “No Comment” text from your blogger blog.
Let's get started
* From your blogger dasboard, click “Template”
* Select “Edit HTML”
* Now click on an empty space inside the html box and press Ctrl + F and search for this code
<data:post.commentLabelFull/>
* Highlight and replace the above code with the following code
<!-- Remove No Comments
<data:post.commentLabelFull/>: -->
* Now replace this code
<h4><data:post.commentLabelFull/>:</
h4>
With this one
<!-- Remove No Comments
<h4><data:post.commentLabelFull/>:</
h4> -->
* Save Template.
0 Comments