Home › Forums › WoodMart support forum › Fixing unwanted changes after updating from 4.6.0 to 6.0.3 › Reply To: Fixing unwanted changes after updating from 4.6.0 to 6.0.3
April 26, 2021 at 9:41 am
#286683
Bogdan Donovan
Keymaster
As we can see it is located in your child theme style.css file. If you can’t find or can’t change this code you can overwrite it with the following custom code:
body ul.productReinforcement li:before {
content: "\f107";
}
Code need to be added to the Theme Settings => Custom CSS => Global Custom CSS area.
Kind Regards