Shopify themes, liquid, logos, and UX
can anyone help with what and were to put the code to make this text smallere
so that it can fit on one line
its my products from my collection.
i would really appreciate if someone can help iam new 2 this so still learning 🙂
Solved! Go to the solution
This is an accepted solution.
Hey sorry, i missed this.
Delete the previous one and use this instead
<style>
@media only screen and (max-width: 989px) {
.collection-list a.full-unstyled-link {
font-size: 16px !important;
}
}
</style>
Hey @Sebastian2630,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
Increase or decrease the value 16px to any size you like
@media only screen and (max-width: 989px) {
.collection-list a.full-unstyled-link {
font-size: 16px !important;
}
}
Screenshot is for reference only, the correct code to paste is the one shown above.
i mate i have tryed to paste it in here and nothing happend as i could see
is it the wrong place i have put it
This is an accepted solution.
Hey sorry, i missed this.
Delete the previous one and use this instead
<style>
@media only screen and (max-width: 989px) {
.collection-list a.full-unstyled-link {
font-size: 16px !important;
}
}
</style>
works like a charm now thanks alot mate !
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