Can I Change the template for a certain collection page

Hey Guys we need to change the complete template for one collection page and the products that are being displayed in this collection. The default sides are all 000 with fff lettering. For our “objects” collection page the page itself and all the product page of the products in this page should be in fff with the text being 000.
is there any way to add this with custom liquid on all the sites? otherwise I can also change the code in base.css but I don’t want to harm the rest of the site with it

Hi @silentwinner

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the

{% if handle contains 'all-product' %}

{%endif %}

The above code is for my collection page with handle is : all-product, you can change your handle to match with your page. If your page is …/object , so here’s the code

{% if handle contains 'object' %}

{%endif %}

Hope this can help you solve the issue

Best regards,

Richard | PageFly

hey man, thx for your effort. unfortunately it won’t work. I want to change the color for the collection page “objects” and all the products included in this collection. when I paste your code it won’t change the colors. For your notice I have removed the collection names from the collection card, but still if the colorchange would be connected to the link https://nschneider.design/collections/objects

it should be doable, but still it won’t work smh. do you have an idea what’s wrong?

Can you help me by share your site password, and screenshot what you want to change?

rtault3 is the password.