Home › Forums › Basel support forum › Issues with translation and symbol * after WooCommerce latest update › Reply To: Issues with translation and symbol * after WooCommerce latest update
August 1, 2018 at 12:36 pm
#70406
Bogdan Donovan
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
abbr[title] {
border-bottom: none !important;
text-decoration: none !important;
}
Regards