This topic has 6 replies, 3 voices, and was last updated 7 years, 11 months ago ago by Rose Tyler
Hi,
I would like to get bullets on my lists visible through out my site. What should I add to my css?
Hello,
Please show a page where you want to show bullets.
Best regards,
Jack Richardson.
Isn’t there a way to make it visible on all pages?
But at least on all my product pages.
Hello,
Please add this css code in custom.css file:
.woocommerce ul li {
list-style: inside disc;
}
How to create custom.css you can watch in this tutorial
Best regards,
Jack Richardson.
When i put this code there will be bullet points visible also in front of social icons, and under the featured image and other images. Is there a way to not do this?
Hello,
Try to change previous code to this:
.single-product .tab-content ul li {
list-style: inside disc;
}
Regards,
Rose Tyler.
Tagged: bullet points, seo friendly, templates, visible, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up