Hi,
In the short product description next to the product photo, the bullet points are not showing even though they are selected in the editor. I tried the CSS from the other threads describing the same issue, but no success. Could you please advise on how to show the bullet points?
Thanks!
Hey designyvr,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.woocommerce-product-details__short-description ul {
margin-left: 30px;
}
.woocommerce-product-details__short-description li {
list-style: disc;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you for your help Victoria! This is perfect!