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 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?
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 */
}
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 */
}”