[UPFRONT] I can't see OL LI numbers in list

I got some strange issue on my site. There is some css code which is hidding numbers in OL list on this page:

https://+++carthy.com/blog/

  • JMorris
    • I do geek stuff

    Hello Tony

    I hope you are well today.

    Would you please add the following to your Global CSS at the end of the file and see if this works for you?

    ol > li {
    list-style-type: decimal !important;
    overflow: visible !important;
    }

    If you’d rather target the specific placement, you could try the following:

    ul > li > article > div > ol > li {
    list-style-type: decimal !important;
    overflow: visible !important;
    }

    Let us know if you have any further questions. We’ll be happy to help! :slight_smile:

    Best regards,

    James Morris