Home › Forums › WoodMart support forum › Disable sticky product just for one product › Reply To: Disable sticky product just for one product
November 12, 2018 at 6:21 pm
#89052
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS:
body .woocommerce-product-details__short-description > ul > li:before{
color:#000000;
}
Best Regards