Hello @osamafarooqi71
I cannot thank you enough for your help on this issue. Especially after nothing on the Shopify Community providing answers for specific collection pages.
I have added your code into Theme.Liquid and it seems to work, as well as being able to stylise specific assets.
I am only having slight trouble with some assets as you can see by the image here, as when I add in an asset that is found on the inspect tool and add a colour, the change does not get updated on the front-end.
Would you be able to correct this code on the back-end so that it shows up correctly on the front end?
Please see the images below for reference.
Please see the code that I have added so far.
{% if collection.handle == “halloween” %}
body{
background: linear-gradient(to right top, #e9a418, #070409, #a75ffa, #7e2bfb, #5a26a2, #36088c, #f5c6fb, #8653a8, #e29be4, #41dfff, #cd97f9);
}
body { cursor: url('[https://cdn.shopify.com/s/files/1/1779/2423/files/Halloween_Broomstick.png?v=1696249673](https://cdn.shopify.com/s/files/1/1779/2423/files/Halloween_Broomstick.png?v=1696249673)'), auto;
}
.collection__dynamic-part{
background: #F3B9C3;
}
.announcement-bar{
background: linear-gradient(to right top, #e9a418, #070409, #a75ffa, #7e2bfb, #5a26a2, #36088c, #f5c6fb, #8653a8, #e29be4, #41dfff, #cd97f9);
}
.header__logo-image{
background-image: url([https://cdn.shopify.com/s/files/1/1779/2423/files/Toptoys2u_Halloween_Logo.png?v=1696421350](https://cdn.shopify.com/s/files/1/1779/2423/files/Toptoys2u_Halloween_Logo.png?v=1696421350)) !important;
}
.nav-bar{
background: #F3B9C3;
}
.header header--inline {
background: #F3B9C3;
}
{% endif %}
Would you be able to correct this in order for it to start displaying the correct colour across the whole navigation bar?
Thank you once again for your help.