[Resolved] how to add list icons ?

Home Forums Support [Resolved] how to add list icons ?

Home Forums Support how to add list icons ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #207054
    Amelie

    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.

    #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/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.