<div class="menu-editor-menu-container">
<ul id="menu-editor-menu" class="menu">
<li id="menu-item-292" class="AdminMenu menu-item menu-item-type-custom menu-item-object-custom menu-item-292">
<a>Welcome, John Doe</a>
</li>
</ul>
</div>
In this instance I want to remove the bullet points that appear before the
<li>
, but not everywhere else in the site, for the life of me I cannot get them to go away using CSS. Ideas?