Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1125734

    Hello,
    I am using two ordered lists on this page and need them be listed in lowercase letters (a., b., c., etc.). I added type=”a” to both lists and it works great in a clean html environment and in the preview window, but on the actual page it still displays as 1., 2., 3., etc. I haven’t added any custom css to ordered lists, so I’m assuming something in the theme is overriding it, but I can’t figure out what it is. Any ideas? Thanks in advance for your help!

    #1125775

    Hey kmwollman,

    Add this to quick css:

    .avia_textblock ol{
    list-style-type: lower-alpha;
    }

    Best regards,
    Jordan Shannon

    #1125955

    That worked great! Thank you!

    #1125981

    Hi,

    No problem at all. I’m happy to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Ordered List Type’ is closed to new replies.