Site URL: https://westernultimateleague.com/covid19-protocols/
Hi, on this page https://westernultimateleague.com/covid19-protocols/ I have a numbered list and the default styling when I indent is just more numbers. I want the first level to be numbers, 2nd level lower case alphabet, 3rd level lower case roman numeral. i.e.:
1.
a.
i.
I tried adding this to the custom CSS but nothing changes. What am I doing wrong?:
ol ol{
list-style-type:lower-alpha;
}