Title: Remove bullets
Last modified: August 21, 2016

---

# Remove bullets

 *  Resolved [SimoneFitzies](https://wordpress.org/support/users/simonefitzies/)
 * (@simonefitzies)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/remove-bullets-4/)
 * Hi – can you please let me know which css to tweak to remove my pink bullets?
   Thanks a lot.
 * [http://www.simonemadeit.com/templates/winter-wonderland/](http://www.simonemadeit.com/templates/winter-wonderland/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [cubecolour](https://wordpress.org/support/users/numeeja/)
 * (@numeeja)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/remove-bullets-4/#post-5022644)
 * These bullets appear to be added to all
    `<li>` elements due to a css rule within
   your theme
 * If you add a rule to your child theme or custom styles with greater specificity
   you can prevent these being shown on the tabs.
 * eg:
 *     ```
       .entry-content .responsive-tabs ul li:before {
       	display: none;
       }
       ```
   

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/tabby-responsive-tabs/assets/icon-256x256.jpg?rev=2682041)
 * [Tabby Responsive Tabs](https://wordpress.org/plugins/tabby-responsive-tabs/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tabby-responsive-tabs/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tabby-responsive-tabs/)
 * [Active Topics](https://wordpress.org/support/plugin/tabby-responsive-tabs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tabby-responsive-tabs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tabby-responsive-tabs/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [cubecolour](https://wordpress.org/support/users/numeeja/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/remove-bullets-4/#post-5022644)
 * Status: resolved