Bullet points are not visible in several places. I got it fixed earlier in one place. However, I encounter the same error other places, such as the in the product description. How can this be solved?
@crille_mok,
Do you want to show bullets here?
These are actually not listed. It is a paragraph. So you can't show bullets here
refer: http://prntscr.com/qgf9xo
First edit the description of product as list type and then add this code in wp-admin > appearance > customize > custom css
.single-product div#tab-description ul li{
list-style:disc;
}