Woocommerce product description ilmo September 07, 2018 21:04 1 comment How to make look product desription like this: Not like this: Is there possible to make html editor for product description? Comments 1 comment Sort by Date Votes Chris Muench Edited September 07, 2018 21:13 You would need to use html to make a list. <ul><li>List Item One</li><li>List Item Two</li></ul> 0 Please sign in to leave a comment.
Comments
1 comment
You would need to use html to make a list.
<ul>
<li>List Item One</li>
<li>List Item Two</li>
</ul>
Please sign in to leave a comment.