/* flat bullet lists without bullets and margin */ .flat-bullet-list li::marker { /* remove marker */ content: ''; } .flat-bullet-list { /* remove margin */ margin: 0; }