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

Hey @AMP76

Keep the previous code and add this new code above in the end of theme.liquid file.

.featured-collection--root {
    padding-top: 0 !important;
}

RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like