So, I want to remove the numbered with circles which are in sublists(2,3,4) which looks like below image.
Is there is a way we can do something like ".textimage-text ol not child of ul li::before" ?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi ,
Can you please try this below, it maybe useful.
<ul>
<li style="list-style-type: decimal;">one</li>
<li>two</li>
<li>three</li>
</ul>
result :
1.one
Thanks
Hi ,
Can you please try this below, it maybe useful.
<ul>
<li style="list-style-type: decimal;">one</li>
<li>two</li>
<li>three</li>
</ul>
result :
1.one
Thanks
Views
Likes
Replies
Views
Likes
Replies