How To Add Together Numbers To Threaded Comments Inwards Blogger

Have you lot always idea of adding numbers to your Blogger comments? It gives numbers to your comments inwards an ascending companionship thence that users tin differentiate ane comment from the other. For child comments it uses “ABC” to differentiate 2 unlike child comment on the same principal comment from ane another. Previously nosotros showed you lot How to style/customize your blogger comments together with comment form. Today, inwards this article, nosotros volition present you lot How to Add Numbers to Blogger Threaded Comments.

The commencement matter you lot request to create is to login into your blogger dashboard, right away it's upwards to you lot on which weblog you lot would similar to add together numbers to your comments. After selecting the weblog to customize, acquire to Template >> Edit HTML together with search for the ]]></b:skin> Tag. After finding the ]]></b:skin> tag, but inwards a higher house it glue the next slice of CSS coding.

.comment-thread ol {
    counter-reset: countcomments;
}
.comment-thread li:before {
content: counter(countcomments,decimal);
counter-increment: countcomments;
float: right;
font-size: 22px;
color: #555555;
padding: 10px;
padding-top: 3px;
margin-top: 7px;
margin-left: 10px;
position: relative;
z-index: 10;
}
.comment-thread ol ol {
    counter-reset: contrebasse;
}
.comment-thread li li:before {
    content: counter(countcomments,decimal) "." counter(contrebasse,lower-latin);
    counter-increment: contrebasse;
    float: right;
    font-size: 18px;
    color: #666666;
}

Once everything is done, press the “Save Template” push clit to complete the whole process. It depends on you lot that what variety of customization you lot request inwards it. The CSS is widely opened upwards thence you lot tin modify the color, background, seat together with etc according to your wishing needs.

We promise this tutorial may bring helped you lot inwards learning how to add together numbers to blogger threaded comments. If  you bring missed out nigh customizing Threaded Comments inwards blogger thence click here. Do allow us know what are your opinions nigh this trick, though it is a fleck sometime but yet it’s a useful one.

Comments