remove bullets on unorder list css code example Example 1: disable bullets in ul ul{ list-style: none; } Example 2: remove list bullet css list-style-type: none,