Title: list-style: none;
Last modified: August 31, 2016

---

# list-style: none;

 *  Resolved [vadim-v](https://wordpress.org/support/users/vadim-v/)
 * (@vadim-v)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/list-style-none/)
 * Add:
 *     ```
       .entry-content ul {
           list-style: none;
       }
       ```
   
 * [https://wordpress.org/plugins/tabs-widget-for-page-builder/](https://wordpress.org/plugins/tabs-widget-for-page-builder/)

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

 *  Plugin Contributor [Gregor Capuder](https://wordpress.org/support/users/capuderg/)
 * (@capuderg)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/list-style-none/#post-7225732)
 * Hi Vadym,
 * the `list-style: none;` is already applied to the tabs `ul`. It’s in the `.nav`
   class that is added to the `ul`. So there is no point in adding the above CSS
   to the plugin.
 * Maybe your theme is overwriting that CSS?
 * Take care!
 *  Thread Starter [vadim-v](https://wordpress.org/support/users/vadim-v/)
 * (@vadim-v)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/list-style-none/#post-7225735)
 * Yes, this is my theme.
 * Therefore, we must forcibly be turned off. There are many theme that appends.
   To fix this problem you need to disable “list-style” the plugin.
 *  Plugin Contributor [Gregor Capuder](https://wordpress.org/support/users/capuderg/)
 * (@capuderg)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/list-style-none/#post-7225799)
 * Hi Vadym,
 * as I said the `list-style: none;` is already set in the plugin by default, if
   your theme is adding a list-style to the `nav` class, then you should overwrite
   it for the plugin specifically, by adding bellow CSS:
 *     ```
       .pt-tabs__navigation.nav {
           list-style: none;
       }
       ```
   
 * Take care!

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

The topic ‘list-style: none;’ is closed to new replies.

 * ![](https://ps.w.org/tabs-widget-for-page-builder/assets/icon-256x256.png?rev
   =1694316)
 * [Tabs Widget for Page Builder](https://wordpress.org/plugins/tabs-widget-for-page-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tabs-widget-for-page-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tabs-widget-for-page-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/tabs-widget-for-page-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tabs-widget-for-page-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tabs-widget-for-page-builder/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Gregor Capuder](https://wordpress.org/support/users/capuderg/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/list-style-none/#post-7225799)
 * Status: resolved