• Hello, How do change appearance of the list in this theme ( Theme 404 -blog personal).

    For example, in the link provided, I have chosen a bullet list. However the appearance is little weird.

    is there a custom css that can be of help here.

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

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Sorry for the late reply. Your theme has disabled the display of bullets in unordered lists. To override this, add the following to the Additional CSS panel of the customizer:

    ul li {
        list-style: disc;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Theme 404 blog personal – List lay out’ is closed to new replies.