Hi all,
Here’s my problem - we use PageFly and wanted to add +20% VAT on to prices shown. Their customer service said this wasn’t possible, however, I remembered that you can insert a HTML/Liquid snippet, so, I could add the below snippet, which I found in another forum post:
{{ product.price | times:1.2 | money }}
This works, of course. However, I’m now stuck on how I apply CSS to this snippet. Any ideas? I read this article about creating my own CSS file and adding to assets section, which I’ve done, and it looks like this (saved as vat.css):
Am I going down the correct path or am I completely way off? I’m no techie, so now I’m at a loss of how I apply this style to the afformentioned code product.price.
Any help pointing me in the right direction would be really appreciated!