Create Custom Unordered List?
Hello,
I'm looking to create an unordered list with a custom icon for each list item. I want to place this on the home page in the first widget, which is the "Home Page Message" within the ClassiPress Settings page. Currently, it uses the following code to produce unordered lists:
Code:
.content_right ul li{background:transparent url(../images/bullet-grey.png) no-repeat scroll 3px 5px; padding:0 5px 5px 10px}
Can anyone provide some direction on how to create an additional unordered list that will use my class instead of the existing one. I don't want to get rid of the existing class since I will need it for other things, I only want that widget to use my custom class.
Any thoughts? Suggestions? I've tried to do the CSS myself but can't seem to figure it out. Thanks!