Home / CSS Tips Generated By ChatGPT / Customizing the Appearance of Bullets in Lists in CSS Change the default bullet style in lists using list-style-type. Source Code ul { list-style-type: circle; /* Other options: square, disc, none */ }