This topic has 4 replies, 3 voices, and was last updated 7 years, 8 months ago ago by Jack Richardson
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.
Hello,
Try to change your code to
ul.one li {
list-style-type: circle;
}
Regards,
Rose Tyler.
Many thanks
Hello,
You are welcome.
Regards,
Jack Richardson.
The issue related to '‘Bullet Points not showing in product short description’' has been successfully resolved, and the topic is now closed for further responses