Title: Remove bullets?
Last modified: August 22, 2016

---

# Remove bullets?

 *  Resolved [stanwoodard](https://wordpress.org/support/users/stanwoodard/)
 * (@stanwoodard)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-bullets-6/)
 * [http://www.arebelinprada.com/travel](http://www.arebelinprada.com/travel)
    I’d
   like to remove the bullets from the post excerpts, and saw a previous Support
   query regarding this. The answer doesn’t work for me because my theme’s style
   does not have the .art-postcontent attribute as shown in the previous answer (
   below). I tries making some some edits in my theme’s custom CSS section with 
   no results. Thanks for any help!
 * > Remove in your themes style.css
   >  Look for
   >     ```
   >     .art-postcontent ul > li {
   >         background-image: url("images/postbullets.png");
   >     ```
   > 
   > Remove
   >  `background-image: url("images/postbullets.png");`
 * [https://wordpress.org/plugins/display-posts-shortcode/](https://wordpress.org/plugins/display-posts-shortcode/)

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

 *  [kno13](https://wordpress.org/support/users/kno13/)
 * (@kno13)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-bullets-6/#post-5207394)
 * ul {
    list-style-type: none; }
 * This will of course change your ul settings across your site but if you, like
   me, are only using bullets in the blog page it shouldn’t be a problem.
 *  Thread Starter [stanwoodard](https://wordpress.org/support/users/stanwoodard/)
 * (@stanwoodard)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-bullets-6/#post-5207397)
 * Thanks, I got done with this
    .art-postcontent ul > li { background-image: none;}
 * Didn’t resolve the issue because mobile devices are still showing the bullet,
   both iOS and Android.
    Tried your solution but the problem with mobile persists.
 *  Thread Starter [stanwoodard](https://wordpress.org/support/users/stanwoodard/)
 * (@stanwoodard)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-bullets-6/#post-5207417)
 * Installed Mobile CSS plugin which worked.

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

The topic ‘Remove bullets?’ is closed to new replies.

 * ![](https://ps.w.org/display-posts-shortcode/assets/icon-256x256.jpg?rev=2940963)
 * [Display Posts - Easy lists, grids, navigation, and more](https://wordpress.org/plugins/display-posts-shortcode/)
 * [Support Threads](https://wordpress.org/support/plugin/display-posts-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/display-posts-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/display-posts-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/display-posts-shortcode/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [stanwoodard](https://wordpress.org/support/users/stanwoodard/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/remove-bullets-6/#post-5207417)
 * Status: resolved