Looking to price text smaller as referenced in screenshot.
The shop: https://b898f2.myshopify.com/
Any help will be appreciated and correct solution liked and accepted.
thank you
Looking to price text smaller as referenced in screenshot.
The shop: https://b898f2.myshopify.com/
Any help will be appreciated and correct solution liked and accepted.
thank you
Find component-card.css
@media screen and (max-width: 989px){
.prict{
font-size:14px;
}
}
You can add code by following these steps to reduce price text as shows in screenshot
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag
Hope this answer helps.
Best regards,
Victor | PageFly
Hi @Trapesthetics ,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.price {
font-size: 1.4rem !important;
}
you can also change the rem yourself, it will work fine