Title: Ordered list styles not working
Last modified: January 12, 2020

---

# Ordered list styles not working

 *  [RARgames](https://wordpress.org/support/users/rargames/)
 * (@rargames)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/sit/)
 * Ordered list styles not working. (Showing 2 styles at the same time: number and
   e.g. letter)
 * This is a sample site with all plugins disabled. When I switch to default theme,
   lists are working again.
 * Code that I’m testing:
 *     ```
       <ol style="list-style-type: lower-alpha;">
       	<li>ee</li>
       	<li>fd</li>
       	<li>fd</li>
       	<li>df</li>
       </ol>
       ```
   
 * Site spec:
 *     ```
       # SITE_URL:                 https://marfx.pl/4ga
       # HOME_URL:                 https://marfx.pl/4ga
       # IS MULTISITE :            No
   
       # ACTIVE THEME :            Customizr 4.1.50
       # WP VERSION :              5.3.2
       # PERMALINK STRUCTURE :     /%year%/%monthnum%/%day%/%postname%/
   
       # ACTIVE PLUGINS :
       Classic Editor: 1.5
   
       PHP Version:              7.3.13
       MySQL Version:            5.5.5-10.3.21-MariaDB-log
       Web Server Info:          Apache
   
       WordPress Memory Limit:   40MB
       PHP Memory Limit:         256M
       PHP Upload Max Size:      200M
       PHP Post Max Size:        200M
       PHP Upload Max Filesize:  200M
       PHP Time Limit:           30
       PHP Max Input Vars:       10000
       PHP Arg Separator:        &
       PHP Allow URL File Open:  Yes
       WP_DEBUG:                 Disabled
   
       Show On Front:            page
       Page On Front:            main (#53)
       Page For Posts:            (#0)
       ```
   
 * I’m not sure what exactly can be causing such behavior.
 * I’ve tested on my other site. It was archived and not updated anymore and it 
   worked on Customizr 4.1.28
    -  This topic was modified 6 years, 5 months ago by [RARgames](https://wordpress.org/support/users/rargames/).
    -  This topic was modified 6 years, 5 months ago by [RARgames](https://wordpress.org/support/users/rargames/).
    -  This topic was modified 6 years, 5 months ago by [RARgames](https://wordpress.org/support/users/rargames/).
    -  This topic was modified 6 years, 5 months ago by [RARgames](https://wordpress.org/support/users/rargames/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsit%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [RARgames](https://wordpress.org/support/users/rargames/)
 * (@rargames)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/sit/#post-12317370)
 * As I found out it’s working correctly on classical theme style, but fails on 
   modern.
    -  This reply was modified 6 years, 5 months ago by [RARgames](https://wordpress.org/support/users/rargames/).
 *  Thread Starter [RARgames](https://wordpress.org/support/users/rargames/)
 * (@rargames)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/sit/#post-12317625)
 * For now I’m using temporary fix:
 * In child theme/style.css:
 *     ```
       ol,ul{list-style:decimal outside none}
       .czr-wp-the-content ol>li:before{display:none;}
       ```
   
 * however it breaks navigation lists in footer widgets.
    -  This reply was modified 6 years, 5 months ago by [RARgames](https://wordpress.org/support/users/rargames/).
 *  [exiadm88](https://wordpress.org/support/users/exiadm88/)
 * (@exiadm88)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/sit/#post-12666401)
 * You must point ur css to specific section only and not apply through ur whole
   site.

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

The topic ‘Ordered list styles not working’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [exiadm88](https://wordpress.org/support/users/exiadm88/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/sit/#post-12666401)
 * Status: not resolved