Reply To: Changing bullets

Home Forums Support Changing bullets Reply To: Changing bullets

Home Forums Support Changing bullets Reply To: Changing bullets

#206043
Tom
Lead Developer
Lead Developer

Great tip, Max!

The only thing you’re missing in the <ul> class:

<ul class="fa-ul">
  <li><i class="fa-li fa fa-check-square"><!-- icon --></i>List icons</li>
  <li><i class="fa-li fa fa-check-square"><!-- icon --></i>can be used</li>
  <li><i class="fa-li fa fa-spinner fa-spin"><!-- icon --></i>as bullets</li>
  <li><i class="fa-li fa fa-square"><!-- icon --></i>in lists</li>
</ul>

You’ll also want to add an HTML comment inside the icon element like I did above to prevent WP from stripping the tags.