Streborz Posted January 6, 2022 Share Posted January 6, 2022 (edited) 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; } Edited January 6, 2022 by Streborz add example Link to comment
creedon Posted January 6, 2022 Share Posted January 6, 2022 It appears to be working to me. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Streborz Posted January 6, 2022 Author Share Posted January 6, 2022 I got some help from a coder friend and fixed it last night. Here was the solution: ol[data-rte-list] li ol[data-rte-list] li{ list-style-type: lower-alpha; } ol[data-rte-list] li ol[data-rte-list] li ol[data-rte-list] li{ list-style-type: lower-roman; } ol[data-rte-list] ol[data-rte-list] li>*:first-child::before { content: ""; } creedon 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment