• Resolved OC2PS

    (@sooskriszta)


    I have defined the list style as roman numerals. In the backend, the list appears fine. But in the frontend, I see arabic numerals.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is because your commercial theme sets this style individually for all list items. However, you have only set it manually for the surrounding list. That is not enough.

    I see 4 possibilities for you:
    a) You write the style for each individual list item in the source code. This could be very time-consuming and error-prone.
    b) You write the desired style in a separate style file, e.g. like this:

    body .entry-content ol > li {
    list-style-type: list-style-type:upper-roman;
    }

    c) You use the plugin I developed https://www.ads-software.com/plugins/nested-ordered-lists-for-block-editor/ which allows you to format list items in the list block with Roman numbers.
    d) You ask the support of your commercial theme for support: https://bizbudding.com/templates/mai-prosper/

    Thread Starter OC2PS

    (@sooskriszta)

    Hi @threadi

    Thank you for the quick and helpful response.

    I tried option b – it did not work.

    In the end, I went with option c, which solved this specific problem.

    For anyone coming to this thread, the website in question uses Genesis framework.

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