Support

Account

Home Forums Front-end Issues Lists not showing bullets Reply To: Lists not showing bullets

  • In which case, you need to target just that code with CSS.

    Something like:

    .cat-extra-dis ul {
    list-style: circle;
    }

    And remove the other CSS change you made. See if that works