Reply To: how to add list icons ?

Home Forums Support how to add list icons ? Reply To: how to add list icons ?

Home Forums Support how to add list icons ? Reply To: how to add list icons ?

#207074
Jamal

Hi
You can do like this

<ul class="fa-ul my-list">
  <li><i class="fa-li fa fa-play"></i>List icons</li>
  <li><i class="fa-li fa fa-play"></i>can be used</li>
  <li><i class="fa-li fa fa-play"></i>as bullets</li>
  <li><i class="fa-li fa fa-play"></i>in lists</li>
</ul>

then put this css to change the font color

.my-list .fa {
    color: red;
}

More in this thread https://generatepress.com/forums/topic/changing-bullets/