Hello budi2000,
Try below example :
<ol style="list-style:lower-alpha;">
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
Screen Shot
Hope this will helps you.
Thanks.
Hi AddWeb,
I add it to the post editor (Text Tab)
And then i click the Visual Tab in the post editor
Yes, it have a,b,c
But after i click Preview button it doesnt look like before, it just number (1,2,3)
So weird…
Please check the printscreen here:
https://prnt.sc/j37sn9
-
This reply was modified 8 years, 1 month ago by
budi2000. Reason: add printscreen url
Hello Budi2000,
I was also having this difficulty and I decided this way:
add it to the post editor (Text Tab) for example:
<ol class="letters">
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
and add custom css
Appearance > Customize > Advanced options > Additional CSS
just copy and paste the code and publish
.entry ol.letters li {
list-style-type: lower-alpha!important;
}
sorry for the language, i used google translate
to answer you.
I was having the same problem, but @adrianosoarez solution worked. Thank you.