Site logo

Archived topic

how to add list icons ?

1 reply · Started by Amelie on July 6, 2016

Viewing posts 1–2 of 2

Hi,

I would like to add list icons like on this link : http://screencast.com/t/Rj5UZJB0 (the red triangles).
How can I do that and how can I choose the color?

Thanks for your help.
Regards.

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/

This archived topic is closed to new replies.