How can I alter the background color on my contact page?

How to change the background colour of the contact page?

https://thebirdsonglife.myshopify.com/pages/contact

1 Like

Hello there,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. 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