Use Blue Verified Base next to admin name in Blogger comments

 Hello friends,

hope you all are well
today will show how you can show blue badge for admin on your blog.
That is, suppose you want your blog to show Blue Base Verified next to your name when you comment on it so that everyone can see it.

So let's see how to do this on your blog.

First login to your blogger. Now click on Theme
from blogger dashboard and click on Edit HTML . now

]]>

Write and search.
Just copy and paste the following code above it and click on Save .

Code:

/* Admin Badge on Blogger Comments by tahercoxbd.com */
#comments .comments-content .icon.blog-author{
width: 16px;
height: 16px;
margin-left: 5px;

vertical-align: -3px;
display: inline-block;

background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M11,16.5L18,9.5L16.59,8.09L11,13.67L7.91,10.59L6.5,12L11,16.5Z' fill='%23118ff9'/%3E%3C/svg%3E") no-repeat center center;
}
.comments .blog-author a:after
content: "Admin";
background: #f17a7a;
color: #fff;
padding: 0 10px;
margin: 0 0 0 8px;
font-weight: 400;
border-radius: 4px;
pointer-events: none
}

If you have problems copying, download the code by clicking on the link below:
Download Here ( if you support me)
Else
Download Here
You're done.

Now make a comment from your ID on any post on your blog and it will show blue badge verified.

 

Demo :

Comments