Making Collection Page And Text A Different Color

Hey!

We had a custom liquid that worked for a couple months until today, where it just stopped working. Our distribution page was coded to be red with white font but the code stopped working so now it’s white like the rest of our website.

This was the code:

{% if collection.handle == “distribution” %}

body{ background-color: #E60000; //change your color } .card { background: #FFCCCC; //change your color } .row.full-width-row .collection-container.section-spacing-bottom * { color: white; }

{% endif %}

The distribution page: https://tensilitymotorsports.com/collections/distribution-1

Password: tms

Thank you!

We didn’t add a CSS, because we didn’t have the .css folders that others used for this. We just put the code straight into a custom liquid on the page.

Thanks for the reply!

We’ve tried reapplying it and creating a new collection page but it didn’t work.

Thanks for the reply!

I tried this but it didn’t work.

Just fixed it due to the collection title and code