This topic has 4 replies, 2 voices, and was last updated 7 years, 4 months ago ago by Rose Tyler
bullet lists are not displayed on woocommerce product pages.
Referring to another thread in the forum I did try to add the following code to the Global Custom CSS section with no luck. Can you tell me what code needs to be added so my bullet points display? Thanks.
ul {
list-style: disc inside none;
color: #000;
}
Example of bullets not displaying.
https://dmeracing.com/product/front-rack-fuel-cell-gsxr-1000/
Hello,
Please try this code (Theme Options > Custom css):
.single-product li {
list-style: inside disc none;
}
Regards,
Rose Tyler.
Thank you for your help, that fixed it.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Tagged: bullet list, product page, seo friendly, template, wordpress woocommerce
You must be logged in to reply to this topic.Log in/Sign up