Title: Remove Bullets From list Elements
Last modified: February 9, 2019

---

# Remove Bullets From list Elements

 *  Resolved [emmagbro](https://wordpress.org/support/users/emmagbro/)
 * (@emmagbro)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/remove-bullets-from-list-elements/)
 * Hi There!
 * Thanks so much for the plugin, it’s exactly what I needed.
 * I’ve managed to make styling changes to the widget without issue, but I can’t
   seem to get the bullets of the post list items not to display. I’ve checked off“
   Try to remove the bullets and the extra left space from the list elements” and
   tried to get rid of them with custom styles using some of the CSS suggested in
   other tickets but with no change. Last I tried was:
 * .widget ul.pis-ul {
    list-style: none; }
 * The site’s URL is [https://footeandfriendsonfilm.com](https://footeandfriendsonfilm.com)
 * Thanks for your help!
    Emma

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

 *  Plugin Author [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * (@aldolat)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/remove-bullets-from-list-elements/#post-11188333)
 * Hi,
    could you add a widget of Posts in Sidebar, so that I can understand how
   your current theme works?
 *  Plugin Author [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * (@aldolat)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/remove-bullets-from-list-elements/#post-11188395)
 * I found a Posts in Sidebar widget in a single post.
 * The code you can use is:
 *     ```
       .scheme_default.sidebar ul>li:before {
           background-color: transparent;
       }
       ```
   
 * Let me know, please.
 *  Thread Starter [emmagbro](https://wordpress.org/support/users/emmagbro/)
 * (@emmagbro)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/remove-bullets-from-list-elements/#post-11323493)
 * Hi Aldo,
 * Thanks for your reply, sorry I missed it earlier. The bullets are no longer displaying–
   thank you!
 * Emma
 *  Plugin Author [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * (@aldolat)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/remove-bullets-from-list-elements/#post-11323518)
 * You’re welcome! 🙂

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

The topic ‘Remove Bullets From list Elements’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/posts-in-sidebar_aed6f1.svg)
 * [Posts in Sidebar](https://wordpress.org/plugins/posts-in-sidebar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/posts-in-sidebar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/posts-in-sidebar/)
 * [Active Topics](https://wordpress.org/support/plugin/posts-in-sidebar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/posts-in-sidebar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/posts-in-sidebar/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/remove-bullets-from-list-elements/#post-11323518)
 * Status: resolved