I am not able to change price font size with coding.
solution is available on shopify for old theme version 6.0.2 but it’s not working in 7.0.1
how can i do it
I am not able to change price font size with coding.
solution is available on shopify for old theme version 6.0.2 but it’s not working in 7.0.1
how can i do it
hi @Rahul42 ,
With Dawn theme, you can go to the assets/component-price.css then you to finding font-size property and change the number size follow you want,
Hope can helpful to you!
Open Theme editor > assets > base.css and this code at the bottom
.price-item.price-item--regular {
font-size: 20px;
}
.price-item.price-item--sale {
font-size: 20px;
}
or you can use Chrome inspector to find the price css class and change its font size in assets/component-price.css file
Try it and let me know
Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.
Wow Thankyou for that great help !!
How about price size in the complementary products list? Is there any way to change its size?
Hello Joseph, I tried your solution but it did not help me. I am trying to make the Unit price bigger than the sale price. Right now it is opposite as shown in image.