Title: Unordered List?
Last modified: August 20, 2016

---

# Unordered List?

 *  Resolved [Robert Keahey](https://wordpress.org/support/users/rhkeahey/)
 * (@rhkeahey)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/unordered-list/)
 * Is there a way to create an unordered (bulleted) list of links?
 * Thanks
 * [http://wordpress.org/extend/plugins/simple-links/](http://wordpress.org/extend/plugins/simple-links/)

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

 *  Plugin Author [Mat Lipe](https://wordpress.org/support/users/mat-lipe/)
 * (@mat-lipe)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/unordered-list/#post-3192975)
 * Hello rhkeahey,
 * By default this will output unordered lists for both the shortcode and widget.
 * To add bullets you may add css to your theme’s stylesheet like so
 *     ```
       ul.simple-links-list li{
           list-style-type: disc;
       }
       ```
   
 * If your theme’s css is removing the bullets, you may have to target the list 
   more specifically using the id of the widget or the page that the shortcode is
   used on.
 * Hope this helps.
 * Cheers.
 *  Thread Starter [Robert Keahey](https://wordpress.org/support/users/rhkeahey/)
 * (@rhkeahey)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/unordered-list/#post-3192979)
 * Mat – I think that’s what’s happening. I am using Simple Links inside of Sidebars
   and Widgets Manager, and it must be overriding the CSS styling. I used a simple
   SL shortcode and it worked fine.
 * Thanks!
 * Robert
 *  Plugin Author [Mat Lipe](https://wordpress.org/support/users/mat-lipe/)
 * (@mat-lipe)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/unordered-list/#post-3193007)
 * If you are still having trouble rhkeahey, please post a link to the location 
   you are using this and I will show you how to target the list more specifically.
 * Cheers
 *  Thread Starter [Robert Keahey](https://wordpress.org/support/users/rhkeahey/)
 * (@rhkeahey)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/unordered-list/#post-3193008)
 * Hi Mat,
 * I did get the problem resolved – as you suggested, it was a CSS conflict. Thanks
   for your help!
 * Robert

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

The topic ‘Unordered List?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-links_3d6e81.svg)
 * [Simple Links](https://wordpress.org/plugins/simple-links/)
 * [Support Threads](https://wordpress.org/support/plugin/simple-links/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-links/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-links/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-links/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Robert Keahey](https://wordpress.org/support/users/rhkeahey/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/unordered-list/#post-3193008)
 * Status: resolved