Could you provide me with a link to your shop? I’ll need to check that directly via Chrome dev tools to see what’s going here.
Best regards
Yes, here you go. https://wasserwirbler-shop.com/
I am using the Druco theme and their support could not solve the problem. The same problem exists on all my websites.
Seems like a compatibility issue with the latest Woo version. I’ll fix that within the next update. You may use the following CSS snippet to explicitly hide the colon:
.cart_totals tr.order-total-small-business-notice td::before {
content: "" !important;
}
Best regards
Thanks for the quick feedback, I get the following message when activating the code, is it written correctly.
Snippet automatically deactivated due to an error on line 1:
Syntax error, unexpected token ".", expecting end of file.
It’s CSS, not PHP. You may insert it in your child theme’s stylesheet (style.css) or via the WP customizer custom CSS option.
Yes, that’s better, thank you very much.