Title: Alphabetically ordered list, lowercase support
Last modified: July 8, 2020

---

# Alphabetically ordered list, lowercase support

 *  Resolved [germaineleeps](https://wordpress.org/support/users/germainelee93/)
 * (@germainelee93)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/alphabetically-ordered-list-lowercase-support/)
 * Hi,
 * May I know how do I add Alphabetically ordered list, lowercase (a, b, c, d) in‘
   Practical Training Syllabus’ accordion
    1.  Altitude training
        UAS control familiarisation
 * I tried `<ol type="a">`, but it doesn’t work.
 * Thanks,
    Germaine
    -  This topic was modified 5 years, 10 months ago by [germaineleeps](https://wordpress.org/support/users/germainelee93/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Falphabetically-ordered-list-lowercase-support%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/alphabetically-ordered-list-lowercase-support/#post-13095021)
 * 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](https://wordpress.org/support/users/germainelee93/)
 * (@germainelee93)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/alphabetically-ordered-list-lowercase-support/#post-13095215)
 * Oh… I didn’t know my theme affects the settings. Thanks for the explanation!
 * Best regards,
    Germaine
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/alphabetically-ordered-list-lowercase-support/#post-13099618)
 * 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](https://wordpress.org/support/plugin/tablepress/reviews/#new-post)
   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.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

## Tags

 * [ordered list](https://wordpress.org/support/topic-tag/ordered-list/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/alphabetically-ordered-list-lowercase-support/#post-13099618)
 * Status: resolved