Answer the question
In order to leave comments, you need to log in
How to replace dots in a list with a font icon?
How to make a bulleted list have a FontAwesome font icon instead of dots?
Answer the question
In order to leave comments, you need to log in
ul {
list-style: none;
li {
&:before {
content: "ǘ"
font-family: "FontIcon";
font-size: 20px;
position: absolute;
top: 50%;
transform: translate(-150%, -50%);
}
}
}
li:before {
font-family: 'FontAwesome';
content: '\f12a';
margin:0 5px 0 -15px;
color: #7ebf52;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question