• Resolved jensrathmann

    (@jensrathmann)


    Hello,
    I have the same problem as many before. I cant show a list as bullet list.
    This is to my Divi Theme and I dont know how I can solve it in CCS programming.

    Best regards
    Jens

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Marco Chiesi

    (@marcochiesi)

    Hi @jensrathmann,
    the issue you reported is definitely not related to our plugin. By the way, on the page you linked, I haven’t noticed any number lists (

      ) displayed as a bullet list.

      Generally speaking, this could be fixed with a bit of custom CSS:

      ol {
          list-style-type: decimal !important;
      }

      The “important” is not recommended, so use it only if necessary to override other CSS rules.

    Thread Starter jensrathmann

    (@jensrathmann)

    Hi Marco
    I use the visual editor at the right side of the website:
    Here is an example at the backend of my site:

    Plugin Author Marco Chiesi

    (@marcochiesi)

    As far as I can see the page you linked does not contain any instance of widgets based on our plugin.
    Please don’t confuse the WordPress Visual Editor itself (TinyMCE) with our plugin, which adds the functionality of using the same Visual Editor also for widgets.
    By the way, on the same page, I do not see any ordered list tag (<ol>) nor a “right side”.
    Please provide a more accurate description of your issue, otherwise it’s impossible to help you (while I still think this is unrelated to our plugin). Please read our FAQ for further info.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The number list shows as a bullet list’ is closed to new replies.