Product Short description bullet list
-
The short description for any product present at right side doesn’t show the Bullets or Numbers.
How can I fix this issue??
I have attached a screenshot of it.
Attachments:
You must be
logged in to view attached files.
Hi,
Could you please send us a link to your website where we can see this issue?
Kind Regards
I have given the link, please check.
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.woocommerce-product-details__short-description > ul {
padding-left: 20px;
}
.woocommerce-product-details__short-description > ul > li {
list-style-type: circle;
}
The topic ‘Product Short description bullet list’ is closed to new replies.