I want to show text before and after the regular price on product page only.

I only want to show text before and after the regular price on the product page. I have attached the screenshot below

I want to show text before and after the regular price.

I want to add “M.R.P:” before the regular price

and I want to add “Incl. of all taxes” after the regular price

Provide me some liquid or CSS code for the same.

I tried many codes but in that the positioning is not getting proper and the both the before and after texts are getting text-decoration as “line-through” by default even after mentioning !important in the code itself.

I want the final output to be shown like the following screenshot of my competitor’s website

screenshot-offer.JPG

@swayurindia - can you please share this page link?

https://www.swayur.com/products/swayur-wild-multiflora-raw-honey-500-g-100-natural

I have managed to show the code result on the product pages which are not on sale as you can see in the screenshot below the before and after text are completely shown in the product info wrapper

But as you can see in the below image in the Related Products section on the product page, search bar, collection page everywhere the code has been implemented. So now if I want to show the particular code on product page and that too only in product info container/wrapper, so what should I do

@swayurindia - nice to know that you have solved your issue, you can use css to hide the text at unwanted locations, are you familiar with the css

I have managed to show the result on regular price product page (not on sale products). How to do it for on sale products.