Shopify themes, liquid, logos, and UX
hello, i would like to change the size of the titles for my collections in the collection list section. I only want to do this on mobile, not desktop:
theme is dawn, website url is www.marcomontesi.com
Solved! Go to the solution
This is an accepted solution.
Hi @ads18922
@media screen and (max-width: 768px){
li.collection-list__item h3.card__heading a {
font-size: 14px !important;
}
}
Hi @ads18922
Try this one.
@media only screen and (min-width: 750px){
.collection-list h3.card__heading {
font-size: 1.5rem;
}
}
@media only screen and (max-width: 749px){
.collection-list h3.card__heading {
font-size: 2.5rem;
}
}
desktop
Mobile
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
Hi @ads18922
@media screen and (max-width: 768px){
li.collection-list__item h3.card__heading a {
font-size: 14px !important;
}
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025