i have some problem about Bullet and numbering problem in Product Description.
in unordered list i select default in back end , but in front end is not showing the bullet!
this is back end picture
this is front end picture
.prod_details ul li {
list-style:disc inside none;
}
not working!
.article-content ul li {
list-style-image: none;
list-style-position: inside;
list-style-type: disc;
}