Hi,
Can you please tell me how to make bullet points appear on products. It shows in the editor but not on the site.
Thanks,
Corby
Hey corbono!
Can you elaborate? Screenshot of the issue would be helpful
Best regards,
Yigit
Hi Yigit,
As you can see below when I add bullet points on the back end of wordpress the bullets show up in the product description area.
http://gopurelabs.com/?attachment_id=2666
However on the front end they don’t show up after saving.
http://gopurelabs.com/?attachment_id=2667
Hope this helps.
Corby
Hi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.woocommerce-tabs ul { list-style-type: disc; }
Regards,
Yigit
Hi! I’m having the same problem, but for me it happens in the upper area, so above the Add to cart button! It worked during the day, but it’s not working anymore. After I used a copy paste, it went wrong. Can’t really understand the reason.
Hi!
@Padlee: Yigit’s suggestion should work. Please give us link to the product page with the list items. We would like to check it. Please try this:
.woocommerce-tabs ul, .woocommerce-tabs ul li, .woocommerce ul li, .woocommerce ul { list-style-type: disc; }
Cheers!
Ismael
With this code
.woocommerce ul { list-style-type: disc; }
It appears, but not only in the place i want, it also appears in the menu etc.
Check the chaos out here:
Hi!
Please use following code instead
.woocommerce .single-product-summary ul {
list-style: disc;
}
Regards,
Yigit
Awesome, it worked! Thanks! Is there any known reason that makes this happen by the way?