Lettered List

Posted in: Newsmag
Post count: 46

Hello,

I’d like to create an ordered list (ol) with lower-case letters.

a. the first item
b. the second item
c. the third item
etc.

Tips from the internet do not seem to work with this theme.

Can you please advise?

Thank you!

Post count: 35449

Hi,
You can set the list using these elements -> https://i.imgur.com/tZnanpt.pngthen in code editor -> https://i.imgur.com/8CGhDdm.png set the ol (replace ul with ol) -> https://i.imgur.com/4wRHQh5.png
Also you can use this list ->https://i.imgur.com/fZKdbPE.png
Hope this will help you!

Post count: 46

Thanks for your response, but this does not work. I’m using “classic editor” so my screens are different.

I’m in “text” mode. For example

  1. a. Focus on the real diversity that is important on college campuses­—diversity of thought­—rather than diversity of race, ethnicity and gender which has proven to be divisive.
  2. b. No further building renamings, statue removals, etc. A society that incessantly does this is a society in decline.
  3. The “numbers” do not change to letters.

    Please clarify.

Post count: 35449

Hi,
Indeed the options from google is possible to not work, what you can do is to set a custom css like this one -> https://i.imgur.com/cbqjifD.png -> https://i.imgur.com/THag01z.png
.single ol li {
list-style-type: lower-alpha;
}

This code need to be set in theme panel> custom code> custom css.
Hope this will help !
Thank you!

Post count: 46

Hello,

That works, except, it changes all lists in my entire site. I just want to be able to apply the lettered list selectively.

How would I do that?

SR

Post count: 35449

Hi,
If you want to do this only for a list of some of them, what you can do is to add an extra class to that list, like this -> https://i.imgur.com/4UfU0n9.png and change the above code in this -> https://i.imgur.com/191bSSQ.png
.single ol.order-list li {
list-style-type: lower-alpha;
}

Hope this will help you!
Thank you!

Post count: 46

Worked perfectly; thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newsmag’ is closed to new topics and replies.