Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to Remove Bullets from Widgets in Wordpress
    text
    copied!<p>i´m having some difficulty applying style override to all widgets in my wordpress theme. I created the theme from scratch, so I have absolutely NO IDEA how they got these bullets got there.</p> <p>I want to remove the bullets from items in the lists. The html is:</p> <pre><code>&lt;li id="categories-3" class="widget widget_categories"&gt;&lt;h2 class="widgettitle"&gt;Categories&lt;/h2&gt; &lt;ul&gt; &lt;li class="cat-item cat-item-4"&gt;&lt;a href="http://www.bignotch.com/category/big-notch-updates/" title="View all posts filed under Big Notch Updates"&gt;Big Notch Updates&lt;/a&gt; (20) &lt;/li&gt; &lt;li class="cat-item cat-item-5"&gt;&lt;a href="http://www.bignotch.com/category/music_news/" title="View all posts filed under Music News"&gt;Music News&lt;/a&gt; (50) &lt;/li&gt; &lt;li class="cat-item cat-item-6"&gt;&lt;a href="http://www.bignotch.com/category/ramblings/" title="View all posts filed under Ramblings"&gt;Ramblings&lt;/a&gt; (43) &lt;/li&gt; &lt;li class="cat-item cat-item-7"&gt;&lt;a href="http://www.bignotch.com/category/site-news/" title="View all posts filed under Site News"&gt;Site News&lt;/a&gt; (14) &lt;/li&gt; &lt;li class="cat-item cat-item-8"&gt;&lt;a href="http://www.bignotch.com/category/stuff-i-like/" title="View all posts filed under Stuff I Like"&gt;Stuff I Like&lt;/a&gt; (25) &lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;/div&gt; </code></pre> <p>This is the code I came up with so far that doesn't seem to be working:</p> <pre><code>li#categoryposts-3 li.cat-item {list-style: none;} </code></pre> <p>I have no idea what to do at this point.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload