• Resolved germaineleeps

    (@germainelee93)


    Hi,

    May I know how do I add Alphabetically ordered list, lowercase (a, b, c, d) in ‘Practical Training Syllabus’ accordion

      Altitude training
      UAS control familiarisation

    I tried <ol type="a">, but it doesn’t work.

    Thanks,
    Germaine

    • This topic was modified 4 years, 8 months ago by germaineleeps.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The cause for this is your theme, which overwrites this settings and changes everything back to decimals. To get lowercase letters again, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress ol[type="a"] {
    	list-style-type: lower-alpha;
    }

    Regards,
    Tobias

    Thread Starter germaineleeps

    (@germainelee93)

    Oh… I didn’t know my theme affects the settings. Thanks for the explanation!

    Best regards,
    Germaine

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Alphabetically ordered list, lowercase support’ is closed to new replies.