Styling Lists in CSS


Remove default list styling and add custom markers or none at all.

Source Code

ul.custom-list {
    list-style-type: none; /* No bullets */
    padding: 0;
}
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments