Hi,
since a while I can’t get bullet points in Lists in Short descriptions when using Enfold.
See: https://www.pixelcomputer.de/shop/workstations/pixelstation-quad-core/
On Top there is a long list with the specifications, but the bullet points are missing.
I see the bullet points in the backend but not in the frontend.
Any ideas? It works with the WordPress standard themes.
Hey frawer,
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 {
list-style-type: disc;
list-style-position: inside;
}
If you need further assistance please let us know.
Best regards,
Victoria