Title: Remove Bulltes
Last modified: February 21, 2022

---

# Remove Bulltes

 *  Resolved [scatha](https://wordpress.org/support/users/scatha/)
 * (@scatha)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/remove-bulltes/)
 * I am trying to remove the bullets from a list of embedded videos and I’m finding
   the code I’m using isn’t working. I have added the following to both the Additional
   CSS and the Stylesheet (style.css):
 * .lcp_catlist li {
    list-style: none; padding-bottom: 20px; }
 * Interestingly enough, the padding-bottom: 20px; works just fine. Any other ideas?
 * Scatha
 * Currently running,
    LCP v 0.86.1 WordPress v 5.9 WEN Associate v 2.1.2
    -  This topic was modified 4 years, 3 months ago by [scatha](https://wordpress.org/support/users/scatha/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-bulltes%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [scatha](https://wordpress.org/support/users/scatha/)
 * (@scatha)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/remove-bulltes/#post-15388479)
 * The page is actually: [http://maranathachisago.church/sermons-2/](http://maranathachisago.church/sermons-2/)
 *  Plugin Contributor [zymeth25](https://wordpress.org/support/users/zymeth25/)
 * (@zymeth25)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/remove-bulltes/#post-15394340)
 * Try this:
 *     ```
       ul.lcp_catlist li {
         list-style: none;
         padding-bottom: 20px;
       }
       ```
   
 *  Thread Starter [scatha](https://wordpress.org/support/users/scatha/)
 * (@scatha)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/remove-bulltes/#post-15396560)
 * That’s worked, thank you!

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

The topic ‘Remove Bulltes’ is closed to new replies.

 * ![](https://ps.w.org/list-category-posts/assets/icon-256x256.png?rev=2517221)
 * [List category posts](https://wordpress.org/plugins/list-category-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/list-category-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/list-category-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/list-category-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/list-category-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/list-category-posts/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [scatha](https://wordpress.org/support/users/scatha/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/remove-bulltes/#post-15396560)
 * Status: resolved