I want to change the font of all the prices across my website to 11px. Currently it is at 12px and does not look good, Iād like to be of a smaller font size.
URL : https://6375f5-2.myshopify.com/
PW: Getlost12
A user wants to reduce the price font size across their Shopify store from 12px to 11px for better visual appearance.
Solution Provided:
base.css file in the Assets folderfont-size: 11px !importantThe response includes a specific CSS snippet to paste, though the exact selector syntax appears garbled in the conversation. This is a straightforward CSS customization task for adjusting typography across the site.
I want to change the font of all the prices across my website to 11px. Currently it is at 12px and does not look good, Iād like to be of a smaller font size.
URL : https://6375f5-2.myshopify.com/
PW: Getlost12
Hello there,
.price__regular .price-item--regular {
font-size: 11px!important;
}