All things Shopify and commerce
hello,
The fonts on the images are to big on my mobile phone as you can see in the image. Is there someone who can help me with this?
Hi @Muselabel,
You can follow these steps to make the effect
1. Open Online Store > Theme > Edit Code
2. Find and open the base.css (or theme.css, custom.css) file
3. Paste the code snippet below at the bottom of the file and hit save
@media screen and (max-width: 599px) {
.collection-list .card-wrapper .card__content .card__heading a {
font-size: 16px;
}
}
@media screen and (max-width: 499px) {
.collection-list .card-wrapper .card__content .card__heading a {
font-size: 14px;
}
}
Here is the result
Hope this helps you solve the issue.
Please don't forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025