Can't change background color on single page dawn theme

Hi, I have a problem with changing the color of my website. I tried to add different codes in theme.liquid but they have no effect… In the custom color in the page builder, the changes show up in the preview, but something overwrites the changes on the published page. !important in the code does not help. I need my page to be white ;(

https://chromemaster.eu/collections/all-collections

123

1 Like

@ErnestoF , the page has white and black parts, do you want all the parts to be white?

https://chromemaster.eu/collections/all-collections

look at this page

@ErnestoF , go to base.css and add the following code :

.f-app.f\:content {
    background-color: #fff !important;
}

Result:

Thank you :heart:

1 Like

Add this to your theme.liquid file after

{% if collection.handle == 'all-collections' %}

{% endif %}