Any way to omit a featured collections description from the mobile version?

Any way to omit a featured collections description from the mobile version?

TooSpicyNZ
Excursionist
12 0 5

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;

 

Screenshot 2025-02-02 121500 fine.png

 

mobile is not good - takes up the whole screen

 

Screenshot 2025-02-02 121817 no.png

Any assistance appreciated!

 

Cheers

Replies 7 (7)

CodingFifty
Shopify Partner
919 138 165

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?
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
TooSpicyNZ
Excursionist
12 0 5
CodingFifty
Shopify Partner
919 138 165

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>
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
TooSpicyNZ
Excursionist
12 0 5

@CodingFiftyhi, just tried this and hasn’t worked... any other ideas?

CodingFifty
Shopify Partner
919 138 165

Please try this code in base.css/theme.css  @TooSpicyNZ 

 

@media (max-width: 768px) { .collection__description { display: none !important; } }
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
TooSpicyNZ
Excursionist
12 0 5

@CodingFifty No, this didnt work either

CodingFifty
Shopify Partner
919 138 165

@TooSpicyNZ, Please share store access.

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com