Site is simplymother.com
Is there a way to do this without creating another class for the two sections I don't want bulleted? My bullets are actually background images, coded like this:
#sidebar ul li {
list-style-type: none;
margin: 0;
padding: 0 0 2px 17px;
background:url(images/triangle.png) 0px 4px no-repeat;
}
And I don't want them showing up next to my search box or my book images (not up yet).
I tried a search, but maybe not for the right terms. I did find one thing where the person said she used <ul class=block>, but didn't give much detail (and what I tried didn't work).
But I'm hoping there's a simple answer like that, some code to put in the sidebar.php template around those two things I don't want bulleted?