Hello everybody,
I have added bullet points to my product description in woocommerce, but those are not shown on my product page.
For example I want to show the products most important features like
Product features:
– Feature 1
– Feature 2
– . . .
Do I have to change something via quick css or is it there a Enfold option?
Thank you very much
Patrick
Hey Patrick,
Could you post a link to where we can see the results you are getting please?
Best regards,
Rikard
Hi Patrick,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.woocommerce-product-details__short-description ol, .woocommerce-product-details__short-description ul {
list-style: disc;
margin-left: 18px;
}
Best regards,
Rikard
Hi Rikard,
It works now!
Thanks for your help