edev ah yeah, say i just need to change the color of the bullet alone? i wish to get something like
.li {
position: relative;
font-family: FontAwesome;
font-size: 14px;
content: "\f10c";
color: #1de9b6;
margin: 0 .75rem 0 0;
}
EDIT: With a font awesome icon of course and lil CSS tweaks