Reply To: Adding numbers to the ordered lists

Homepage Community Forums Vintage Theme Support Adding numbers to the ordered lists Reply To: Adding numbers to the ordered lists

#18532
Wes
Moderator

    To add numbers, take a look around line 1632 in your style.css and remove/edit this line –

    .content ol > li {
    	list-style-type: none;
    }

    If you’re already using Dashicons/Font Awesome using a plugin then you can remove them from the theme, it’s not needed in order for the Theme to function normally.

    Let me know if that helps.