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 , thank you for posting here!
- Go to Online Store β Theme β Edit code.
- Open your theme.liquid file
- 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 !!!
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
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.