Personalized checkout and custom promotions with Shopify Scripts
Hello,
Anyone able to change the "PRICE Number" to bold
and put the Title font for mobile just slightly smaller.
I also noticed there is an issue with my columns on certain screen sizes,
check here: https://share.getcloudapp.com/9Zuyx4wN
In your component-price.css file, find .price--large
Then paste the following code instead the existing one:
.price--large {
font-size: 1.6rem;
line-height: calc(1 + 0.5 / var(--font-body-scale));
font-weight: bold;
letter-spacing: 0.13rem;
}
@media screen and (min-width: 750px) {
.price--large {
font-size: 1.8rem;
font-weight: bold;
}
}
Also of course you can play with the parameters as you wish
Good luck!
Please mark solved if this helped you 😀
Hey Thanks, I just wanted to put the Price "number" in bold not all of it.
Can you attach the code?
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024