Changing Blogger "Post A Comment" Message"

12:55:00 AM |

In order to replace "Post A Comment" message in Blogger follow the steps below:
Step 1. Log in to Blogger, go to your Blogger Dashboard and select your blog.
Step 2. Go to Template and press the Edit HTML button

Step 3. Click anywhere on the code area, then press the CTRL + F keys and search for this code (if you can't find the entire code, then search only for the one in red)
<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
...and for this one too:
<h4 id='comment-post-message'><data:postCommentMsg/></h4>
Step 4. Replace <data:postCommentMsg/> with one of the below image addresses:
<img src="#your_comment_image.png" />
Example #1
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2XdiIqEb1866PDWOA1x5SiUbYlX_GecmFQyguQ2fu3sdHEuLg3872cKzDzLGFMdemVnd7sBjkRrcpLqzd4thFJhWPjDBsFjIvS_hJwZ4S1KuTL_9JjDtvVzq6baG6iJpfrbBSvIXWcDE/s1600/leave+a+comment.png" />
Example #2
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7jzPjv7ye5xu9e5yU9A2X8TwNS5dNf7VHcr01yfn3OcLZYnbCUC7jZCCgDTcwVyZTOFKMtwoxXIBAvJWR4lLYzWhTujJXoROKBqo14meZ6KGCwzOSWBk12XHcVaIkpZACUt-PBYk5zGw/s1600/Post+a+comment+blogger.png" />
You can use your own image instead. Just upload your image on Blogger, switch to Edit HTML tab, copy the image code and replace with your code.

UPDATE! Step 5. The first steps will replace the text only when there are no comments available. To show the image each time new comments are added, we should add the code of the image we want to appear after the 4th of the below code (you'll find it in more than one location):
<p><data:blogCommentMessage/></p>
If you want to center the picture, just put the code between the "center" tags... like this:
<center><img src="Image-URL"/></center>
Step 6. Save Your Template.