Skip to product information
1 of 1
Published:2024.05.25

How to change the currency symbol size to a different size than the price in Shopify (Part 2)

How to change the currency symbol size to a different size than the price in Shopify (Part 2)

Applications

  • Product information management and editing

How to implement

  • LIQUID
  • HTML/CSS
View full details

This is the second example of how to display the currency symbol in a different size than the price in the Shopify theme "Dawn." Unlike the previous example (https://store-dojo.com/en-us/products/2023-12-01), this method uses JS. It also applies when you change the variant on the product page or the price on the cart screen.


How to change the currency symbol size to a different size from the price in the "Dawn" theme - Part 2


How to set it up: Add a customized Liquid block to the header group section and insert the code.


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

Add a customized Liquid block to the header group section and insert the code.

Related Post