Ok,
I had another thread opened, but it was closed.
I managed to place bullets in the product description part of WooCommerce, however, I was wondering if it’s possible to add bullets in the short description section?
I have them in edit mode, but they do not appear once the page is live.
The page I’m speaking about is:
There should be bullets in the top section (short description) but they do not appear. They only appear in the description, below.
Any way of getting them to work in the short description?
Thanks,
Hey targetzero!
You forgot the url. Anyway, add this on Quick CSS:
.summary.entry-summary ul {
list-style: disc outside;
}
Regards,
Ismael
Hi!
Please try following code instead. If it doesn’t work please post the url to your website.
#top .summary .description ul, #top .woocommerce-tabs ul{
list-style: disc inside;
}
Regards,
Peter
Dude, that worked, thanks!