• Resolved userkate

    (@userkate)


    When editing the page, I used a nested list like this and it is displayed correctly,

    I. first level Roman numeral 1. second level Arabic numeral * third level bullet points (square)

    but after opening the page it looks like this:

    1. first level Roman numeral 1. second level Arabic numeral 1. third level bullet points

    • This topic was modified 3 months, 2 weeks ago by userkate.
Viewing 6 replies - 1 through 6 (of 6 total)
  • I’m unable to reproduce this behaviour on a fresh WordPress installation with the default Twenty Twenty-Four theme and no plugin active (see screenshot below)

    It seems some CSS code from your theme (or from some other component on your site) is causing this.

    Can you provide a live URL so I can take a peek?

    Thread Starter userkate

    (@userkate)


    Thank you for your answer, the website is being modernized, but I cannot solve this problem. Here is the URL of the website sziru.pl. It’s about the menu at the top “privacy policy” in my language “polityka prywatno?ci”.

    Thanks

    Put the following wherever you add custom CSS (eg APPEARANCE > CUSTOMIZE > ADDITIONAL CSS if you use a classic theme).

    .entry-content ol li {
        list-style-type: unset;
    }
    Thread Starter userkate

    (@userkate)

    It almost works, maybe I’m doing something wrong ??

    However, I have two more questions, point III, I want it to be a paragraph and not a list item, I select this fragment but I have no way to deselect it in the list. Generally, should this be possible? And one more thing, in point IV, I wanted to do the second level 1 not third, but I don’t want to change it.

    Can you help me again?

    I think what you are looking for should also be possible without individual CSS with my plugin https://www.ads-software.com/plugins/nested-ordered-lists-for-block-editor/.

    Thread Starter userkate

    (@userkate)

    Thank you for your help @gappiah , @threadi

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.