HOW TO ADD BEAUTIFUL DIVIDER(IMAGE) BETWEEN EACH COMMENT IN BLOGGER

The Comments Section of a Blog is the most important section,Actually readers ideas about the blog Contents are reflected in this Section.Keeping in view this thought you should make your Blogger Comment Section more accessible and neat.To make your Comments Section navigation you should add a divider between each comment,otherwise it just become a jumble of letters and makes the visitors flee away.So be Professional and make your Comments Outlook attractive and Stylish,now How to do,Follow the below steps.

How To Add Beautiful Divider(Image) Between Each Comment In Blogger

  • Go To Blogger Dashboard
  • Click On Template
  • Now Click On Edit HTML
  • Now Search for This Tag ]]></b:skin>
  • Now Copy the Below Script and just paste it above ]]></b:skin> tag
Note:- The Below Script is for New Style Comments i.e threaded comments(with reply option)
.comment-block {
background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAk0I2Z_FC1gURPE15zxU8MEILvhnoJR9Memzhd4G6-6dgyD9QV4ToEgn2E8-eupCKh4wPy8ul4RMb2Sf-yzfIF0IPTszqoYbA_8DCszUNrtoLw5wAOrNTjSuLG49ltCElyKy94lnxJVrb/s1600/separater.png);
background-repeat:no-repeat;
background-position:center bottom;
padding-bottom:30px;
margin-top: -10px;
}
.comments .continue {
border-top: 0px solid $(widget.alternate.text.color);
}
Note:- The below script is for old commenting system(with no reply option)

#comments-block .comment-footer { background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAk0I2Z_FC1gURPE15zxU8MEILvhnoJR9Memzhd4G6-6dgyD9QV4ToEgn2E8-eupCKh4wPy8ul4RMb2Sf-yzfIF0IPTszqoYbA_8DCszUNrtoLw5wAOrNTjSuLG49ltCElyKy94lnxJVrb/s1600/separater.png); background-repeat:no-repeat; background-position:center bottom; height: 50px; }

  • For Changing the Divider image Change "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAk0I2Z_FC1gURPE15zxU8MEILvhnoJR9Memzhd4G6-6dgyD9QV4ToEgn2E8-eupCKh4wPy8ul4RMb2Sf-yzfIF0IPTszqoYbA_8DCszUNrtoLw5wAOrNTjSuLG49ltCElyKy94lnxJVrb/s1600/separater.png" with your Own image url.
  • For changing the height of the image in Old Commenting System change the value 50.
  • Increase or decrease the padding in threaded comments by changing the value of 30px.
  • And Now just hit Save Template and that's it ;)

So What's Up

Making Changes in Blogger Template is not easy,but it is interesting ;),make your comment style more beautiful by adding a divider image,stay Blessed Happy Blogging.

No comments:

Post a Comment