Skip to product information
1 of 1
Published:2023.12.01

How to change currency symbols to a different size than prices in Shopify

How to change currency symbols to a different size than prices in Shopify

Applications

  • Product information management and editing

How to implement

  • LIQUID
  • HTML/CSS
View full details

Mercari's initiative of "making the ¥ symbol smaller significantly improved purchase rates" has attracted attention, but here is an example of how to actually display the currency symbol in a different size from the price in Shopify. The price is usually output together with the symbol, so we use replace to replace it.



How to change the currency symbol to a different size than the price


[Settings (for the Dawn theme)] Add code to replace the price display in "price.liquid" with the currency symbol enclosed in tags.


After making a purchase (all items are ¥0), you will be able to view the sample code.

If you have already made a purchase, please login here.

Sample Codes

Test Theme :Dawn/Rise 15.2.0

Added code to replace the price display in "price.liquid" with the currency symbol enclosed in tags.

Related Post