Home › Forums › WoodMart support forum › Show bullet points instead of arrows in woodmart › Reply To: Show bullet points instead of arrows in woodmart
June 24, 2019 at 11:43 am
#129818
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woocommerce-product-details__short-description > ul {
padding-left: 20px;
}
body .woocommerce-product-details__short-description > ul > li {
list-style-type: circle;
}
body .woocommerce-product-details__short-description > ul > li:before {
content:"";
}
Best Regards