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
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