Topic: Where do I find list styling code ?
nonayerbiz pro asked 6 years ago
I'd like to choose a glyphicon as a bullet in place of standard text.
Add comment
Marta Wierzbicka staff answered 6 years ago
Hi,
we don't have a code for this in MDB but as Stackoverflow say here: https://stackoverflow.com/questions/12468359/using-font-awesome-icon-for-bullet-points-with-a-single-list-item-element, you can use this code to replace a default bullet with font awesome icon:
<ul class="fa-ul">
<li><i class="fa-li fa fa-check-square"></i>List icons (like these)</li>
<li><i class="fa-li fa fa-check-square"></i>can be used</li>
<li><i class="fa-li fa fa-spinner fa-spin"></i>to replace</li>
<li><i class="fa-li fa fa-heart"></i>default bullets in lists</li>
</ul>
Best,
Marta
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags