I tried using an image for bullets in the styles.css file.
ul {
margin: 0 0 20px 18px;
list-style-image:url(http://yourwebpage.com/image/bullet.gif);
}
However, it adds the image to the navigation bar and the topnav bar as well. I only want to add image for bullets in pages and posts, mostly posts.
Thanks.