Title: Remove bullets
Last modified: August 22, 2016

---

# Remove bullets

 *  Resolved [IvanSliskovic](https://wordpress.org/support/users/ivansliskovic/)
 * (@ivansliskovic)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/remove-bullets-7/)
 * Hi, can you help me to remove bullets on my site [http://www.kakolijeciti.com](http://www.kakolijeciti.com)
 * I have try already this code and nothing happen
 * .sidebar ul li.pis-li:before { content: “”; }
 * I need to remove blank space after bullets are removed also 🙂
 * Thanks
 * [https://wordpress.org/plugins/posts-in-sidebar/](https://wordpress.org/plugins/posts-in-sidebar/)

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

 *  Plugin Author [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * (@aldolat)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/remove-bullets-7/#post-5342982)
 * It seems you resolved already, isn’t it?
 *  Thread Starter [IvanSliskovic](https://wordpress.org/support/users/ivansliskovic/)
 * (@ivansliskovic)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/remove-bullets-7/#post-5342998)
 * Yes now it is OK. I did some changes inside my theme style.css
 * this is code I use now and it is OK for me
 *     ```
       .widget ul li {
       	border-bottom: 1px solid #f0f0f0;
       	padding: 10px 0 0 0;
       }
       ```
   
 * Hope this will help someone.. If someone need closer look, I will post it here
   🙂
 *  Plugin Author [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * (@aldolat)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/remove-bullets-7/#post-5343023)
 * Well done, Ivan!
 *  [Mario S](https://wordpress.org/support/users/mario-s/)
 * (@mario-s)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-bullets-7/#post-5343203)
 * Could you please help me, I cannot remove bullets on this site [http://mythosandmarginalia.com](http://mythosandmarginalia.com).
   I tried by editing style css but no go… I tried by adding code to the widget 
   and got nothing… thanks in advance!
 *  [Mario S](https://wordpress.org/support/users/mario-s/)
 * (@mario-s)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-bullets-7/#post-5343204)
 * Could you please help me, I cannot remove bullets on this site [http://mythosandmarginalia.com](https://wordpress.org/support/topic/remove-bullets-7/mythosandmarginalia.com?output_format=md).
   I tried by editing style css but no go… I tried by adding code to the widget 
   and got nothing… thanks in advance!
 *  Plugin Author [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * (@aldolat)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-bullets-7/#post-5343205)
 * Hi Mario,
    with your theme you can use the following rule. Paste these lines 
   in the “Custom styles” section located at the bottom of the widget admin:
 *     ```
       .widget ul.pis-ul li:before {
       	content: "";
       }
       ```
   
 * Let me know, please.
 *  [Mario S](https://wordpress.org/support/users/mario-s/)
 * (@mario-s)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-bullets-7/#post-5343206)
 * Nope, that did not work either…
 *  Plugin Author [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * (@aldolat)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-bullets-7/#post-5343207)
 * The code has been encoded into HTML entities, i.e. the double quotes `""` became
   encoded as `&quot;&quot;`.
 * Have you noticed any changes in the code when you pasted it in the area? When
   you saved the widget, have you seen any change? It should appear as follows:
 *     ```
       .widget ul.pis-ul li:before {
       	content: "";
       }
       ```
   
 * Let me know, please.
 *  [Mario S](https://wordpress.org/support/users/mario-s/)
 * (@mario-s)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-bullets-7/#post-5343208)
 * I would never thought of that, thank you so much!!! And thank you for the great
   widget !!!
 *  Plugin Author [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * (@aldolat)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-bullets-7/#post-5343209)
 * You are welcome! 🙂

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

The topic ‘Remove bullets’ 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/)

## Tags

 * [bullets](https://wordpress.org/support/topic-tag/bullets/)
 * [posts](https://wordpress.org/support/topic-tag/posts/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)
 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)

 * 10 replies
 * 3 participants
 * Last reply from: [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/remove-bullets-7/#post-5343209)
 * Status: resolved