Hi @Pablo_Cortes Pablo, thanks a lot for your proposed solution.
I just want to add a “normal” numbered list but it doesn’t override the setting when I’m styling the richtext class. Any idea why?
Your problem has to do with the rich text class, because that element only recognizes bullets. So, I can think of two solutions, one could be that you don’t use rich text for your collection item a then you can individually create lists that will recognize the numbered option. The second option and I don’t know if it would work is to try to add the css on your cms collections, before the numbered list try to add this code ol#myList { list-style-type:decimal; } I hope this helps.