我很難在我的wordpress主題中將所有小部件的樣式覆蓋應用到該項目中。我從零開始創建主題,所以我絕對沒有想法他們如何得到這些子彈。如何從Wordpress中的小部件中刪除項目符號
我想從列表中的項目中刪除項目符號。的HTML是:
<li id="categories-3" class="widget widget_categories"><h2 class="widgettitle">Categories</h2>
<ul>
<li class="cat-item cat-item-4"><a href="http://www.bignotch.com/category/big-notch-updates/" title="View all posts filed under Big Notch Updates">Big Notch Updates</a> (20)
</li>
<li class="cat-item cat-item-5"><a href="http://www.bignotch.com/category/music_news/" title="View all posts filed under Music News">Music News</a> (50)
</li>
<li class="cat-item cat-item-6"><a href="http://www.bignotch.com/category/ramblings/" title="View all posts filed under Ramblings">Ramblings</a> (43)
</li>
<li class="cat-item cat-item-7"><a href="http://www.bignotch.com/category/site-news/" title="View all posts filed under Site News">Site News</a> (14)
</li>
<li class="cat-item cat-item-8"><a href="http://www.bignotch.com/category/stuff-i-like/" title="View all posts filed under Stuff I Like">Stuff I Like</a> (25)
</li>
</ul>
</li>
</div>
這是我想出了到目前爲止的代碼似乎並不奏效:
li#categoryposts-3 li.cat-item {list-style: none;}
我不知道在這一點上做的。
很可能不是在你的代碼的工作,因爲你的ID名稱不匹配。 '「categories-3」!=「categoryposts-3」' –
非常感謝。 –
太棒了!我的榮幸。 –