I am trying to style a class of unordered list to use a small graphic instead of a bullet. I combed the forums and read up on various css tutorials and despite my best efforts, it's not working.
Here's what I have put into CSS/HTML inserts:
Code:
ul.checklist { margin: 0; padding: 0; list-style-type: none !important; } ul.checklist li { margin: 10px; padding-left: 18px; background: url(/wp-content/uploads/2012/03/checkbullet.png) no-repeat top left !important; display: list-item !important; }
And here's the html I am using on the page:
HTML Code:
<ul class="checklist"> <li><strong>Are you <em>widowed, separated or divorced</em></strong> and want to start over, but not sure how?</li> <li>Do you keep finding the <em>same kind of unhealthy Partners</em> over and over again?</li> <li>Do you find a “Perfect Partner”, only to find out later, they’re NOT who you thought?</li> <li><strong>Are you</strong><strong> </strong><em>disillusioned</em> and wondering if there is really anyone out there <em>for you? </em></li> </ul>
URL=http://dreampartner.acenter4growth.com
WordPress=3.3.1
Atahualpa=3.7.3 (plus patches)