Price Comparison Pro v2.81 currency upgrade
Latest posts by Dave Hilditch (see all)
- Breaking Through WooCommerce Restrictions with Super Speedy Filters: The Power of Pretty Permalinks - May 10, 2023
- Configuring Cloudflare for WordPress and WooCommerce: Boost Your Website Speed and Security - May 10, 2023
- Boost Your Marketplace Performance: Combining WCFM with the Super Speedy Pack - April 24, 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.