Can't change background colour on collection list Dawn Theme

Hi,

I’ve been customizing the Dawn theme and everything is going well except for one thing. I can’t change the “Collections List” page from white to black. I have tried to change the default theme colours but it didn’t work. I have also tried this code main#MainContent { background: #ccc; }

Thank you for your help!

Hi @nikkiken

Thank you for reaching out to the Shopify community. I’d be glad to assist you. Could you kindly share your store URL and password (if it’s password-protected) so I can review it and provide you with an update?

Hi. Can you share store URL?

Hi @nikkiken

Please, share your store URL. Thanks!

www.minkylash.com

www.minkylash.com

Hi @nikkiken i see it worked

Hi @DaisyVo @LizHoang @Made4uo-Ribe ,

I’m having the same issue with my Trade 15.3.0 theme. i have almost completed my website, but my https://thoughtfultouches.co.uk/collections page is not functioning properly as other pages do. I’m unable to make changes to the background colour under Theme Setting → Colour scheme.

My septs as follows, Content → Menus → Main menu → Add menu items → Label name: (All collections) – Link: (All Collections) | Page is created and listed under Menu items.

i have tried below code its working but effecting all the other pages as well.

.collection {
background-color: #0A2268; /* Replace #your-desired-color with a hex code or keyword */
}

Please let me know how to fix this issues. TIA

Hi @DaisyVo @LizHoang @Made4uo-Ribe ,

I’m having the same issue with my Trade 15.3.0 theme. i have almost completed my website, but my https://thoughtfultouches.co.uk/collections page is not functioning properly as other pages do. I’m unable to make changes to the background colour under Theme Setting → Colour scheme.

My septs as follows, Content → Menus → Main menu → Add menu items → Label name: (All collections) – Link: (All Collections) | Page is created and listed under Menu items.

i have tried below code its working but effecting all the other pages as well.

“.collection {
background-color: #0A2268; /* Replace #your-desired-color with a hex code or keyword */
}”

Please let me know how to fix this issues. TIA