Woocommerce product description
How to make look product desription like this:
Not like this:

Is there possible to make html editor for product description?
How to make look product desription like this:
Not like this:

Is there possible to make html editor for product description?
Comentarios
1 comentario
You would need to use html to make a list.
<ul>
<li>List Item One</li>
<li>List Item Two</li>
</ul>
Iniciar sesión para dejar un comentario.