Title: Feature request: custom bullets
Last modified: February 13, 2024

---

# Feature request: custom bullets

 *  Resolved [photoMaldives](https://wordpress.org/support/users/photomaldives/)
 * (@photomaldives)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/feature-request-custom-bullets/)
 * Hi Yannick Lefebvre 👋 [@jackdewey](https://wordpress.org/support/users/jackdewey/)
   and thanks again for the great plugin. 👍
 * Feature request, please: the ability to use a custom bullet (or icon), set in
   the back-end, with different bullets for different category and/or tag. (Maybe
   with priority given to cat > tag, if custom is set for both).
 * I have no idea if this is possible at all, or even if it’s already possible with
   a CSS snippet.
 * I experimented with: Library Config – Advanced – Before Link:
 *     ```wp-block-code
       <li style="list-style-type: '✅ ';">
       ```
   
 * … but could not get it to work (my text is removed on save).
 * Thanks 🙂

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

 *  Plugin Author [Yannick Lefebvre](https://wordpress.org/support/users/jackdewey/)
 * (@jackdewey)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/feature-request-custom-bullets/#post-17451542)
 * Just go to the stylesheet section of the Link Library menu in the admin and add
   the following at the top or bottom of the stylesheet content:
 *     ```wp-block-code
       .linklist li{list-style-type:'✅ ';}
       ```
   
 * And you should be all set. Please let me know if it works for you and consider
   donating to support this plugin’s development.
 * Also, FYI, you don’t need to [@me](https://wordpress.org/support/users/me/) when
   writing in the forum. I automatically get notified of each new post.
 *  Thread Starter [photoMaldives](https://wordpress.org/support/users/photomaldives/)
 * (@photomaldives)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/feature-request-custom-bullets/#post-17455422)
 * Thanks for your helpful reply. (and apologies for all the [@s](https://wordpress.org/support/users/s/))
 * Support – yes, I will. 👍
 * Is there a method to target the list-style-type to specific cat (or tag)?
 *  Plugin Author [Yannick Lefebvre](https://wordpress.org/support/users/jackdewey/)
 * (@jackdewey)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/feature-request-custom-bullets/#post-17483061)
 * Yes. every category has a class assigned based on the ID of that category. For
   example: class=”LinkLibraryCat34″
 * So, for a category whose ID is 45, you can do something like:
 *     ```wp-block-code
       .linklist .LinkLibraryCat34 li{list-style-type:'✅ ';}
       ```
   
 *  Thread Starter [photoMaldives](https://wordpress.org/support/users/photomaldives/)
 * (@photomaldives)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/feature-request-custom-bullets/#post-17484777)
 * Excellent, thanks – I would never have worked that out. 🙂

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

The topic ‘Feature request: custom bullets’ is closed to new replies.

 * ![](https://ps.w.org/link-library/assets/icon-256x256.jpg?rev=971117)
 * [Link Library](https://wordpress.org/plugins/link-library/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/link-library/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/link-library/)
 * [Active Topics](https://wordpress.org/support/plugin/link-library/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/link-library/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/link-library/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [photoMaldives](https://wordpress.org/support/users/photomaldives/)
 * Last activity: [2 years, 3 months ago](https://wordpress.org/support/topic/feature-request-custom-bullets/#post-17484777)
 * Status: resolved