Price Comparison Pro v2.81 currency upgrade
Latest posts by Dave Hilditch (see all)
- Running huge imports with WP All Import reliably (yes, even if you use Cloudflare!) - September 19, 2023
- New SQL enhancement for Scalability Pro to fix WooCommerce long-running query in the product-hero block - August 31, 2023
- Create a static favicon.ico to avoid surplus PHP requests for rush traffic - July 25, 2023
In this minor upgrade I’ve fixed the custom CSS styling box so it saves properly now and I’ve added ‘currency CSS’.
Important note if you are using a non £ currency:
If you are using a currency other than £, please visit your settings page and choose ‘custom style’.
Then copy the CSS from the link provided.
Near the top you will see the following code:
.pcresult .pcprice:before { content: "£"; }
You can enter whatever content you wish and any additional styling – e.g. chance to any currency format.
If you wish the currency to display AFTER the price, change :before to :after.