How do I add bulletpoints into descriptions?

Need bulletpoints in your product descriptions in the bilingual theme?  These aren't there by default, to avoid issues which can sometimes happen with the language tags.  If you want to try adding them back in, here is how.

Add this code to customise.css (admin > themes > edit HTML/CSS > customise.scss.liquid under Assets):

.product-description li {
  list-style-type: disc;
  margin-bottom: 5px;
}

Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.
Powered by Zendesk