Looking for the solution to have top heading to be an ordered list but not the sub list. | Community
Skip to main content
Level 2
December 27, 2022
Solved

Looking for the solution to have top heading to be an ordered list but not the sub list.

  • December 27, 2022
  • 2 replies
  • 778 views

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" ?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Harish57

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

  • two
  • three

Thanks 

2 replies

Harish57Accepted solution
Level 2
December 28, 2022

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

  • two
  • three

Thanks 

arunpatidar
Community Advisor
Community Advisor
December 28, 2022