adding bullets to list of titles
-
I have only titles showing and am trying to add some bullets to the list, so each list item has a bullet.
I’ve moved toward using Font Awesome for bullets these days, as they are nicer than standard css bullets, and quicker than image bullets.
I have this code. I thought it would work at adding bullets, but not yet:
ul.nlposts-ulist li:before { font-family: FontAwesome; content: '\f058'; color: #6190C3; font-size: 30px; padding-right: 10px; margin-left: -15px; position: absolute; left: -13px; margin-top: 1px; } ul.nlposts-ulist > li { list-style-type: none; margin-top: 0px; margin-bottom: 0; position: relative; padding-left: 10px; padding-bottom: 2px; }
Any suggestions for making the list of titles a bulleted list?
Thanks for any guidance.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘adding bullets to list of titles’ is closed to new replies.