How can I change price position and font ONLY?

How to change price position with crossed through on sale price? HOW TO CHANGE THE FONT OF THE PRICE ONLY? dawn theme

@sesh - can you please share this page link?

Where can I message you private

Hi @sesh

Could you please share with me your store URL?

Best,

Daisy

Hi @sesh , thank you for posting here!

  1. Go to Online Store β†’ Theme β†’ Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

If my answer works for your store, please let me know by accepting the Solution and giving me a Like !!!

1 Like

Hi @WizzCommerce_Co How to change price font only?

Hi @sesh , thank you for replying!

You can change price font only by applying this code in theme.liquid, paste the below code before

s.price-item.price-item--regular {
	font-family: 'the font you want to change' !important;
	font-size: [the size you want to change]px !important;
}

If my answer works for your store, please let me know by accepting the Solution and giving me a Like !!!

This isn’t working. Can you send the code with example font and px please @WizzCommerce_Co

How to change add to cart button to black with white text? dawn theme

@WizzCommerce_Co

You can try another code below:

.price__sale,price__sale *{
   font-family: #yourfont;
}

Hi @sesh , thank you for posting here!

You can follow instruction from this link:

https://www.youtube.com/watch?v=zI1BwDoLxBQ&t=165s

If you find my answer helpful, please mark it as a SOLUTION. Let me know if you have any further questions.