Hi! im using the dawn theme and my url is commondose.mx does anyone knows how to make the text bigger?
like the text above the price is so small and i’d like to make it bigger! thank you in advance
Hi! im using the dawn theme and my url is commondose.mx does anyone knows how to make the text bigger?
like the text above the price is so small and i’d like to make it bigger! thank you in advance
Hi @commondose
1: Online store > themes > Actions > Edit code > Assets > component-price.css
2: paste code at last
.price {
font-size: 2rem;
}
Thank you!!