Home › Forums › WoodMart support forum › After Last Update some Price Text not green › Reply To: After Last Update some Price Text not green
March 24, 2022 at 2:49 pm
#363758
Bogdan Donovan
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.woocommerce-order-received td.product-name p {
margin-top: 0px;
margin-bottom: 5px;
}
Kind Regards