When creating a custom product page you may want to add some additional text after the price. In Magento 2 adding additional text after the price is a common issue most merchants and developers face.
There are 4 different ways to add custom text after price On the product detail page in Magento 2-
Method-1: By overriding core file
Method-2: By creating a layout and template file in child theme
Method-3: By creating js file in your custom module
Method-4: You can add custom text on product detail page after price By using custom css given below.
Click here to learn about all methods in detail