Hi Zandyring,
Thanks very much for the help. I uploaded the image to the media library and grabbed the url.
I then added the code you suggested as follows:
ul li {background-image: url(http://nishitak.files.wordpress.com/2012/10/bullet.jpg) no-repeat;}
but I don't see any change in the bullet.
I then looked at the original Luscious css and see this section for ordered/unordered lists:
/* Ordered / Unordered Lists
------------------------------------------------------------ */
.entry-content ol,
.entry-content ul,
#comments .comment-content ol,
#comments .comment-content ul {
margin: 0;
padding: 0 0 15px;
}
.entry-content ol {
margin: 0;
}
.archive-page ul li,
.entry-content ul li,
#comments .comment-content ul li {
list-style-type: square;
margin: 0 0 0 30px;
padding: 0;
}
.entry-content ol li,
#comments .comment-content ol li {
margin: 0 0 0 35px;
}
.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
padding: 0;
}
but I have no idea if I have to modify this as well. Can you help? I am quite new to CSS.
Thanks