• Resolved fpmal

    (@fpmal)


    As of the last update to the Responsive theme, lists are not showing bullets and numbered lists are not showing numbers.
    If one picks a non-default style for bullets or for numbering, those will show. However, if the list in your page uses the default style, it will appear with no bullets or numbers.
    See, for example, https://www.fullpotentialma.com/japanese-jiu-jitsu-book-review/
    A bug?
    Any ideas for a workaround?

Viewing 1 replies (of 1 total)
  • It’s one of the things that come with updating: how does the developer deal with backward-compatability..

    Easiest for you is to add this css here: Appearance -> Theme options -> CSS:

    ul {
        list-style-type: disc !important;
    }

    I did check your site and things seemed in order though.

Viewing 1 replies (of 1 total)
  • The topic ‘Bullets and Numbers not Showing’ is closed to new replies.