Hi,
I have added bullet point to a list in product short description.
here: https://screencast.com/t/k0xznjN7IxF
I added this:
<ul class="one">
<li>zip</li>
<li>handle</li>
<li type="square">glove leather</li>
<li>printed lining</li>
<li>logo</li>
</ul>
Then added to custom.css, this:
.one {
list-style: circle;
}
But still no bullet point will show.