Issue: Change the Dawn theme contact page background to light grey while keeping the contact form itself white.
Context:
Initial attempt placing a generic CSS rule “{ background: #efefef; }” in the contact form’s custom CSS did not work.
Members requested the store URL and password to diagnose.
Proposed solutions:
Add a targeted CSS rule in the main stylesheet (Assets > base.css) to set the contact page background to #efefef only on that page.
For a two-tone result (page light grey, form white), remove the earlier CSS and paste a new snippet directly in theme.liquid above the tag. (Note: the exact code content is not visible in the thread.)
Technical notes:
theme.liquid is the main layout file; base.css is the global stylesheet in Shopify’s Dawn theme.
Selectors must target the contact page wrapper versus the form container to avoid recoloring the form.
Status:
No confirmation from the original poster that the latest approach resolved the issue.
Key items (code snippets and screenshots) are central; some code content is missing in the thread, so final verification is pending.
I would like to change the background color of the contact site. Unfortunatly, it doesn’t work to copy following code in the custom CSS section of the contact form:
{
background: #efefef;
}
Is there a other way to change only the colour of the background of the contact site.
I would like to change the site color. The contact form should be in the color like in the piture. Just the color behind the content container should be changed.
@diego_ezfy do you know how i can change the color behind the contact form. The color of the contact form should be white. The color of the entire page should be light grey