How to hide the Collection Title on frontpage :: Beyond Theme

Topic summary

A user seeks to hide the collection title on their frontpage while keeping the featured collection images visible in the Beyond theme.

Initial Solutions Attempted:

  • First suggestion involved adding CSS code to theme.liquid file, but this approach didn’t work.

Working Solution:
Moeed provided CSS code to hide the collection title by targeting .featured-collection--root .collection-header with display: none !important.

Follow-up Issue:
After successfully hiding the title, excessive spacing remained between the header and featured collection.

Final Fix:
Additional CSS was provided to remove the top padding: .featured-collection--root { padding-top: 0 !important; }

Status: Issue resolved. The user confirmed both solutions worked—the collection title is now hidden and spacing has been corrected. Screenshots were shared showing the before and after results.

Summarized with AI on November 5. AI used: claude-sonnet-4-5-20250929.

Hey @AMP76

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed