Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #109095
    Frank
    Participant

    Hi Mahesh,
    its Frank again.
    The ordered list tag ol works well in posts and sites, attribute “type” without any effect
    but

      doesn’t with the text-widget neither on foot areas nor on sidebars
      I did test it with the native theme pro child naked without any additional features/plugins whatsoever
      as well as with several plugins like tinymce advanced or black studio mce widget.
      The unordered tag is okay (but not tested with css to change appearance of “bullet”)
      Id there any way to get oround this problem?
      Many thanks in advance and best regards
      Frank
    #109115
    Mahesh
    Keymaster

    @wolpertinger: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .sidebar ul li, 
    #supplementary ul li
    {
        list-style-type: decimal;
    }

    Regards,
    Mahesh

    #109189
    Frank
    Participant

    okay, thanks, regards, Frank

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘ol-tag on widget areas’ is closed to new replies.