Shopify themes, liquid, logos, and UX
Hi Team
If possible i would like to omit the description from my featured collection on the mobile view of our site... it takes up waaaaay too much space on the mobile screen
screenshots below to illustrate what i mean...
desktop as below is good/fine;
mobile is not good - takes up the whole screen
Any assistance appreciated!
Cheers
Hi @TooSpicyNZ,
Thank you for reaching out to the Shopify community. I'd be glad to assist you. Could you kindly share your store URL and
password (if it’s password-protected) so I can review it and provide you with an update?
Hi @TooSpicyNZ,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
<style>
@media (max-width: 768px) {
.collection__description {
display: none !important;
}
}
</style>
Please try this code in base.css/theme.css @TooSpicyNZ
@media (max-width: 768px) { .collection__description { display: none !important; } }
@TooSpicyNZ, Please share store access.
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