How to change the background colour of the contact page?
1 Like
Hello there,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > styles.css and paste this at the bottom of the file:
body.template-page.template-suffix-contact.cc-animate-enabled main#content {
background-color: #877f7f;
}
1 Like