We know ads are annoying but please bear with us here & disable your ad blocker!
Hello friends, how are you, I think you will be fine. In today's post, I will tell you everything, in which way you can add custom numeric list style to any template in your blogger website.
Have you seen someone using this and wondering how to use it in your template? So today you have come to the right place. Today I will tell you its tutorial in a different way, stay with us and read the blog thoroughly, without skipping or skipping anything.
But before doing all this process, you have to take a backup of your theme, because if any kind of error occurs, you can easily restore it.
I have told you about the following two types of numeric style, and the approm-ksimteli way to use it.
Here you have to add Css in Style 1 and do this when you are using Html codes.
/* Custom List Numbering TS1*/ ol.TS1 { counter-reset:numbers; list-style:none; padding:0; } ol.TS1 > li { counter-increment:numbers; margin-bottom:25px; position:relative; margin-left:55px; } ol.TS1 > li img { margin:15px 0; width:100%; display:block; } ol.TS1 > li #box-download img { margin:0; } ol.TS1 > li::before { content: counter(numbers); line-height: 23px; font-family: 'Noto Sans',sans-serif; font-size: 14px; font-weight: 700; left: -45px; width: 32px; height: 32px; text-align: center; position: absolute; color: #fdcb6e; border: 5px solid rgb(134, 117, 230, 0.767); border-radius: 50px; top: -2px; } ol.standard li, ol.TS2 li, ol.TS0 li, ol.TS1 li ul li { margin-bottom:15px; } ol.TS1 li ul { margin-top:15px; } .darkMode ol.TS1 > li::before { color:rgba(255, 90, 219, 0.616); border-color:rgb(50, 224, 255); }
HTML Code to Use this Style
Now whenever you write a post✍️, then you have to copy the code given below, and then add it to the HTML format post. Then when you publish it, you get a different type of design list in numeric style1.
<ol class="TS1"> <li> Content </li> <li> Content </li> <li> Content </li> <li> Content </li> <li> Content </li> <li> Content </li> <li> Content </li> </ol>
/* Custom List Numbering TS2*/ ol.TS2{ counter-reset:numbers; list-style:none; padding:0 } ol.TS2 > li{ counter-increment:numbers; margin-bottom:25px; position:relative; margin-left:55px } ol.TS2 > li img{ margin:15px 0; width:100%; display:block } ol.TS2 > li::before{ content:counter(numbers); line-height:23px; font-family:'var(--fontB)'; font-size:14px; font-weight:bold; left:-45px; width:32px; height:32px; text-align:center; position:absolute; color: #ff0303; border:5px solid rgb(254, 148, 87); border-radius:50% 0 50% 50%; top:-2px } ol.TS2 li ul li{ margin-bottom:15px } ol.TS2 li ul{ margin-top:15px } .darkMode ol.TS2 > li::before{ color:rgb(254, 148, 87); border-color:rgba(24, 220, 255, 1.0) }
Now when you have to write the post again ✍️, you have to use the HTML code given below again, for numeric stylish of Style2.
<ol class="TS2">
<li> Content </li>
<li> Content </li>
<li> Content </li>
<li> Content </li>
<li> Content </li>
<li> Content </li>
<li> Content </li>
</ol>
Now you have followed all the above steps on how to add custom numbering list style, if you have any query then definitely contact us.
So today we have talked about how to add custom numbering list style in blogger's templates. So friends, I think today's article will be somewhat helpful for you. So do write to our post and comment what lesson you have got from our post.
Want a Help Reagarding Website Design and Help from our WebSite? Submit a request below:
Contact Us