Tagged: bullet points, bullets, enfold
Hi.
I tried both method suggested from this post. However, this old method does not work in the latest version.
Just like the other’s mentioned, there is bullet points in the editor of woocommerce product page but bullet points does not show in actual site page.
How can we do this in new version of enfold theme ? We need something easy and fast.
https://kriesi.at/support/topic/product-bullet-points-do-not-appear/
https://kriesi.at/support/topic/bullet-points-not-appear-in-product-description/
Hey WebManager11,
I tested on my localhost with v4.5 , but I didn’t find any issues:
But if you are having issues, then please try this css in your Quick CSS or in the WordPress > Customize > Additional CSS field:
.woocommerce .single-product-summary ul {
list-style: disc !important;
}
If this doesn’t help please include the url to the page in question so we can take a closer look.
Best regards,
Mike
Hi.
Yes, I tried to add your code to Quick CSS. However, bullet points are still missing.
You can probably have a look at this example page.
There are no bullet points in the page at all. In the editor, I can see them only.
Hi,
Thanks for the link. Please try this CSS instead:
.woocommerce-product-details__short-description ul {
list-style: disc !important;
margin-left: 17px !important;
}
Best regards,
Rikard
Thanks so much. It is working.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon