Title: Adding bullets to list
Last modified: February 11, 2021

---

# Adding bullets to list

 *  Resolved [dgrcomms](https://wordpress.org/support/users/dgrcomms/)
 * (@dgrcomms)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/adding-bullets-to-list/)
 * Hi, is there are way to add bullets to the list. I have tried adding css but 
   I cannot get it to work.
 * Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fadding-bullets-to-list%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Luigi Cavalieri](https://wordpress.org/support/users/_luigi/)
 * (@_luigi)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/adding-bullets-to-list/#post-14039846)
 * Hello,
    the bullets don’t show up because the theme builder installed on your
   site acts on the `::marker` pseudo-element of the list’s items.
 * A workaround is to use the following CSS rule:
 *     ```
       .site-tree-list li::marker {
           color: #734b63;
       }
       ```
   
 * Regards,
    Luigi
 *  Thread Starter [dgrcomms](https://wordpress.org/support/users/dgrcomms/)
 * (@dgrcomms)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/adding-bullets-to-list/#post-14054961)
 * Thank you so much for your quick response! That worked 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding bullets to list’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/sitetree_72b53e.svg)
 * [SiteTree](https://wordpress.org/plugins/sitetree/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sitetree/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sitetree/)
 * [Active Topics](https://wordpress.org/support/plugin/sitetree/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sitetree/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sitetree/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [dgrcomms](https://wordpress.org/support/users/dgrcomms/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/adding-bullets-to-list/#post-14054961)
 * Status: resolved