'Remove Suffix after price on product page WooCommerce

My previous web developer helped me set up a suffix " all price are inclusive of VAT" on product page, and run a snippet using a plugin to remove the same from Shop/ catalog pages using

.product.type-product span.woocommerce-Price-amount.amount::after {.

I can find the snippet for removing the suffix from the shop page ( since it's done using a plugin), but I can't find the original code where the suffix is added initially.

Not a developer, but I looked for the code on functions.php.but there was nothing there.

Can someone tell me where the suffix would be?

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source