Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
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.
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
View solution in original post
check this
https://codepen.io/arunpatidar02/pen/MWBKBKw
Views
Likes
Replies