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;
}
}
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey 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, 2024