Remove Description Text from All-Collections Page

Remove Description Text from All-Collections Page

Amber_Muenz
New Member
7 0 0

I am trying to create a clean All-Collections page. I have created a new menu and chosen the collections I want to show on that page. 

 

The issue is that my collection descriptions are showing up along with image and title and the page layout gets really wonky.  I would like the All Collections page to ONLY show collection image and title - NO DESCRIPTION TEXT.

 

 

This is what it looks like now...

Screenshot 2024-01-31 at 2.39.12 PM.pngScreenshot 2024-01-31 at 2.39.28 PM.png

Replies 4 (4)

Dan-From-Ryviu
Shopify Partner
10791 2133 2250

Hi @Amber_Muenz 

Please go to Online Store > Themes > Customize > Collections > Default collection, hide Collection banner section 

Screenshot 2024-02-01 at 11.16.46.png

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Amber_Muenz
New Member
7 0 0

I tried your solution but unfortunately I do not have the option for "Collection Banner."

Screenshot 2024-02-01 at 11.10.37 AM.png

 

If you have another suggestion for the Atlantic theme - I would love to hear it.

 

Thanks again!

PageFly-Oliver
Shopify Partner
878 190 185

Hi @Amber_Muenz ,

 

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

{% if handle contains "all" %}
<style>
[class*="description"]{
display:none !important
}
</style>
{% endif %}

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

 

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Amber_Muenz
New Member
7 0 0

Hi Oliver,

 

Thank you for your suggestion. I gave it a try but it didn't take the description text off of the /collections/ page. I wonder if it is because the URL does not contain the word "all"? the URL is just our "domain.com/collections"

 

When I set up the menu to show only certain collections, I followed these instructions and titled the menu "All Collections" which is meant to give it the handle "all-collections" 

https://help.shopify.com/en/manual/online-store/themes/themes-by-shopify/vintage-themes/customizing-...

 

I forgot to mention I am working on the Atlantic theme.

 

Any other suggestions would be greatly appreciated!

 

Thanks again!