Self-defined class for ol list-style-type not working
-
This is driving me crazy. I’m trying to use the lower alphabetical ordered list style on a particular post, but I can’t get it to work. In fact, it’s confusing–no style shows up at all, not even numbers even though I can see
ol{list-style:decimal}
in your main Decode stylesheet.Here’s what I’ve tried so far:
Put.lalpha {list-style-type: lower-alpha; }
in theme editor under Other Options > Custom CSS.
Put this is the particular post:
<ol class="lalpha">
Doesn’t work. Tried to just do this instead:
Put<ol style="list-style-type:lower-alpha;">
directly in the post.Doesn’t work.
This is driving me nuts. What am I doing wrong? Am I overlooking something small? Here is the specific post that’s giving me the issue: 10/13/2014. Maybe I’m making a mistake in the code on the post?
- The topic ‘Self-defined class for ol list-style-type not working’ is closed to new replies.