Title: delete &lt;ul&gt;
Last modified: September 1, 2016

---

# delete <ul>

 *  Resolved [dextan](https://wordpress.org/support/users/dextan/)
 * (@dextan)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/delete-8/)
 * Thank you for a good plugin!
 * When i use a menu on a site evry line got a
    < li> dot. How can i remove it? 
   Even the Topic have a dot.
 * Regards
    [https://wordpress.org/plugins/food-and-drink-menu/](https://wordpress.org/plugins/food-and-drink-menu/)

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

 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/delete-8/#post-7663946)
 * Hi dextan,
 * This is usually related to your theme’s CSS styles. If you send me a link to 
   a menu on your site I may be able to provide some simple CSS code to override
   this.
 *  Thread Starter [dextan](https://wordpress.org/support/users/dextan/)
 * (@dextan)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/delete-8/#post-7663954)
 * Oh thank you!
    The address is: [http://wordpress.hakk.se/index.php/exempelsida/mat/](http://wordpress.hakk.se/index.php/exempelsida/mat/)
 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/delete-8/#post-7663956)
 * Hi dextan,
 * The following CSS code will remove the dots:
 *     ```
       .post-content ul li:before {
           content: '';
       }
       ```
   
 * You’ll probably also want to clean up the margin and padding. The following CSS
   code should do that:
 *     ```
       .post-content .fdm-menu,
       .post-content .fdm-menu ul {
           margin: 0;
       }
       .fdm-menu .fdm-column {
           padding: 0;
       }
       ```
   
 *  Thread Starter [dextan](https://wordpress.org/support/users/dextan/)
 * (@dextan)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/delete-8/#post-7663958)
 * You are the man!
    Thanks a lot!
 *  Thread Starter [dextan](https://wordpress.org/support/users/dextan/)
 * (@dextan)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/delete-8/#post-7663959)
 * 🙂
 *  [moorezilla](https://wordpress.org/support/users/moorezilla/)
 * (@moorezilla)
 * [9 years ago](https://wordpress.org/support/topic/delete-8/#post-9213805)
 * Is there an update to this strategy? I have li dots on my menu and the above 
   css doesn’t seem to hide the bullets or remove the padding. Thanks!
 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [9 years ago](https://wordpress.org/support/topic/delete-8/#post-9219192)
 * Hi [@moorezilla](https://wordpress.org/support/users/moorezilla/),
 * It will be different for every theme. If you can share a link to your site, I’ll
   take a look and see if I can provide some CSS that will work in your case.
 *  [lhberg](https://wordpress.org/support/users/lhberg/)
 * (@lhberg)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/delete-8/#post-9336390)
 * Hi,
 * please have a look at the menu at
    [http://baecker-kaenzig.ch/wp/speisekarte/#1500545170871-a90cdde6-1a99](http://baecker-kaenzig.ch/wp/speisekarte/#1500545170871-a90cdde6-1a99)
 * It’s an unpublished site, therefore you need these .htaccess credentials: baekae/
   baekae2017
 * I would like to get rid of the dots and the paddings.
    The code above doesn’t
   work for my theme, neither in the main custom css nor in the page specific custom
   css.
 * Thank you very much,
    Lukas
 *  [lhberg](https://wordpress.org/support/users/lhberg/)
 * (@lhberg)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/delete-8/#post-9336424)
 * btw. I also tried all strategies mentioned here without success: [https://stackoverflow.com/questions/8289805/getting-rid-of-bullet-points-from-ul](https://stackoverflow.com/questions/8289805/getting-rid-of-bullet-points-from-ul)
 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/delete-8/#post-9339151)
 * Hi [@lhberg](https://wordpress.org/support/users/lhberg/),
 * Try the following:
 *     ```
       .wpb_text_column .fdm-menu li:before {
         display: none;
       }
       ```
   
 *  [lhberg](https://wordpress.org/support/users/lhberg/)
 * (@lhberg)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/delete-8/#post-9339183)
 * Hi Nate
    perfect, thank you very much! Would you please be so kind as to provide
   me also the custom css for the margin and/or padding? I tried the following with
   no results: .wpb_text_column .fdm-menu ul { margin: 0; } .wpb_text_column .fdm-
   menu .fdm-column { padding: 0; } Kind regards, Lukas
 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/delete-8/#post-9345444)
 * Hi Lukas,
 * Try the following:
 *     ```
       .wpb_text_column .fdm-section {
           padding-left: 0;
       }
       ```
   

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

The topic ‘delete <ul>’ is closed to new replies.

 * ![](https://ps.w.org/food-and-drink-menu/assets/icon-128x128.png?rev=2205559)
 * [Five Star Restaurant Menu and Food Ordering](https://wordpress.org/plugins/food-and-drink-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/food-and-drink-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/food-and-drink-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/food-and-drink-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/food-and-drink-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/food-and-drink-menu/reviews/)

 * 12 replies
 * 4 participants
 * Last reply from: [NateWr](https://wordpress.org/support/users/natewr/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/delete-8/#post-9345444)
 * Status: resolved